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

« back to all changes in this revision

Viewing changes to libcolord/cd-device.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:
169
169
CdColorspace     cd_device_get_colorspace               (CdDevice       *device);
170
170
CdDeviceMode     cd_device_get_mode                     (CdDevice       *device);
171
171
CdObjectScope    cd_device_get_scope                    (CdDevice       *device);
 
172
guint            cd_device_get_owner                    (CdDevice       *device);
172
173
GPtrArray       *cd_device_get_profiles                 (CdDevice       *device);
173
174
CdProfile       *cd_device_get_default_profile          (CdDevice       *device);
174
175
const gchar     *cd_device_get_object_path              (CdDevice       *device);