[gnome-photos] tracker-queue: Don't export the PhotosTrackerQueueData methods



commit 03ef422c5050b67fc4e845120fde05f29566cc9a
Author: Debarshi Ray <debarshir gnome org>
Date:   Thu Aug 16 20:41:09 2012 +0200

    tracker-queue: Don't export the PhotosTrackerQueueData methods

 src/photos-tracker-queue.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/photos-tracker-queue.c b/src/photos-tracker-queue.c
index 735e9fd..a15fcfb 100644
--- a/src/photos-tracker-queue.c
+++ b/src/photos-tracker-queue.c
@@ -58,7 +58,7 @@ struct _PhotosTrackerQueueData
 };
 
 
-void
+static void
 photos_tracker_queue_data_free (PhotosTrackerQueueData *data)
 {
   g_clear_object (&data->cancellable);
@@ -71,7 +71,7 @@ photos_tracker_queue_data_free (PhotosTrackerQueueData *data)
 }
 
 
-PhotosTrackerQueueData *
+static PhotosTrackerQueueData *
 photos_tracker_queue_data_new (const gchar *sparql,
                                PhotosTrackerQueryType query_type,
                                GCancellable *cancellable,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]