~ubuntu-branches/ubuntu/quantal/colord/quantal-proposed

« back to all changes in this revision

Viewing changes to libcolord/cd-client-sync.h

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2011-10-25 16:21:20 UTC
  • mto: (2.1.1 sid) (1.1.2)
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: package-import@ubuntu.com-20111025162120-0aypjqn1zx9n6vgf
Tags: upstream-0.1.13
ImportĀ upstreamĀ versionĀ 0.1.13

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
                                                         GHashTable     *properties,
60
60
                                                         GCancellable   *cancellable,
61
61
                                                         GError         **error);
 
62
CdProfile       *cd_client_import_profile_sync          (CdClient       *client,
 
63
                                                         GFile          *file,
 
64
                                                         GCancellable   *cancellable,
 
65
                                                         GError         **error);
62
66
CdDevice        *cd_client_create_device_sync           (CdClient       *client,
63
67
                                                         const gchar    *id,
64
68
                                                         CdObjectScope   scope,