[tracker] 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] libtracker-miner: add some introspection annotations to TrackerMinerManager methods
- Date: Tue, 2 Aug 2011 14:11:53 +0000 (UTC)
commit b2a3dabad0881a686f95ee773199d9133a0845be
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 469f0e5..84ff1b5 100644
--- a/src/libtracker-miner/tracker-miner-manager.c
+++ b/src/libtracker-miner/tracker-miner-manager.c
@@ -620,7 +620,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.
*
@@ -798,7 +798,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.
*
@@ -827,7 +827,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
@@ -899,7 +899,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]