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

« back to all changes in this revision

Viewing changes to src/cd-mapping-db.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:
72
72
GPtrArray       *cd_mapping_db_get_devices      (CdMappingDb    *mdb,
73
73
                                                 const gchar    *profile_id,
74
74
                                                 GError         **error);
 
75
guint64          cd_mapping_db_get_timestamp    (CdMappingDb    *mdb,
 
76
                                                 const gchar    *device_id,
 
77
                                                 const gchar    *profile_id,
 
78
                                                 GError         **error);
75
79
 
76
80
G_END_DECLS
77
81