[tracker/tracker-0.10] libtracker-miner: add some introspection annotations to TrackerMinerManager methods
- From: Martyn James Russell <mr src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tracker/tracker-0.10] libtracker-miner: add some introspection annotations to TrackerMinerManager methods
- Date: Thu, 4 Aug 2011 16:10:38 +0000 (UTC)
commit 8aff45bb093a2edfd161722299662fd46d7a79c1
Author: Stefano Facchini <stefano facchini gmail com>
Date: Tue Aug 2 14:53:34 2011 +0200
libtracker-miner: add some introspection annotations to TrackerMinerManager methods
src/libtracker-miner/tracker-miner-manager.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/libtracker-miner/tracker-miner-manager.c b/src/libtracker-miner/tracker-miner-manager.c
index 895a6c9..57f7bd9 100644
--- a/src/libtracker-miner/tracker-miner-manager.c
+++ b/src/libtracker-miner/tracker-miner-manager.c
@@ -617,7 +617,7 @@ tracker_miner_manager_new_full (gboolean auto_start,
* Returns a list of references for all active miners. Active miners
* are miners which are running within a process.
*
- * Returns: (transfer full): a #GSList which must be freed with g_slist_free() and all
+ * Returns: (transfer full) (element-type utf8): a #GSList which must be freed with g_slist_free() and all
* contained data with g_free(). Otherwise %NULL is returned if there
* are no miners.
*
@@ -795,7 +795,7 @@ initialize_miners_data (TrackerMinerManager *manager)
* miners are miners which may or may not be running in a process at
* the current time.
*
- * Returns: (transfer full): a #GSList which must be freed with g_slist_free() and all
+ * Returns: (transfer full) (element-type utf8): a #GSList which must be freed with g_slist_free() and all
* contained data with g_free(). Otherwise %NULL is returned if there
* are no miners.
*
@@ -824,7 +824,7 @@ tracker_miner_manager_get_available (TrackerMinerManager *manager)
* @manager: a #TrackerMinerManager.
* @miner: miner reference
* @reason: reason to pause
- * @cookie: return location for the pause cookie ID
+ * @cookie: (out) (allow-none): return location for the pause cookie ID
*
* Asks @miner to pause. a miner could be paused by
* several reasons, and its activity won't be resumed
@@ -896,7 +896,7 @@ tracker_miner_manager_pause (TrackerMinerManager *manager,
* @manager: a #TrackerMinerManager.
* @miner: miner reference
* @reason: reason to pause
- * @cookie: return location for the pause cookie ID
+ * @cookie: (out) (allow-none): return location for the pause cookie ID
*
* This function operates exactly the same way as
* tracker_miner_manager_pause() with the exception that if the calling
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]