~ubuntu-branches/ubuntu/raring/tracker/raring

« back to all changes in this revision

Viewing changes to src/tracker-writeback/tracker-writeback-xmp.c

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-08-26 00:26:14 UTC
  • mfrom: (4.3.17 sid)
  • Revision ID: package-import@ubuntu.com-20110826002614-4qjfs9jhh5gs4p13
Tags: 0.10.24-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
static gboolean             writeback_xmp_update_file_metadata (TrackerWritebackFile     *writeback_file,
53
53
                                                                GFile                    *file,
54
54
                                                                GPtrArray                *values,
55
 
                                                                TrackerSparqlConnection  *connection);
 
55
                                                                TrackerSparqlConnection  *connection,
 
56
                                                                GCancellable            *cancellable);
56
57
static const gchar * const *writeback_xmp_content_types        (TrackerWritebackFile     *writeback_file);
57
58
 
58
59
G_DEFINE_DYNAMIC_TYPE (TrackerWritebackXMP, tracker_writeback_xmp, TRACKER_TYPE_WRITEBACK_FILE);
108
109
writeback_xmp_update_file_metadata (TrackerWritebackFile    *wbf,
109
110
                                    GFile                   *file,
110
111
                                    GPtrArray               *values,
111
 
                                    TrackerSparqlConnection *connection)
 
112
                                    TrackerSparqlConnection *connection,
 
113
                                    GCancellable            *cancellable)
112
114
{
113
115
        gchar *path;
114
116
        guint n;