~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): Christopher James Halse Rogers
  • Date: 2012-03-01 17:33:00 UTC
  • mto: (1.1.4) (2.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 11.
  • Revision ID: package-import@ubuntu.com-20120301173300-q1s2bs8yubnybln8
ImportĀ upstreamĀ versionĀ 0.1.18

Show diffs side-by-side

added added

removed removed

Lines of Context:
163
163
const gchar     *cd_device_get_vendor                   (CdDevice       *device);
164
164
const gchar     *cd_device_get_serial                   (CdDevice       *device);
165
165
const gchar     *cd_device_get_format                   (CdDevice       *device);
 
166
const gchar     **cd_device_get_profiling_inhibitors    (CdDevice       *device);
166
167
guint64          cd_device_get_created                  (CdDevice       *device);
167
168
guint64          cd_device_get_modified                 (CdDevice       *device);
168
169
CdDeviceKind     cd_device_get_kind                     (CdDevice       *device);