summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Garnacho <carlosg@gnome.org>2011-04-04 15:17:04 +0200
committerArnel A. Borja <arnelborja@src.gnome.org>2013-08-31 00:56:46 +0800
commit9eed9cff52b4b2f054659651aaee06dc3acc4f72 (patch)
tree379989f401c3c0808e98741c214d30c79cd85439
parent6b0f350a99352908a7fd8387d845d08b1a1dfb12 (diff)
downloadlibmediaart-9eed9cff52b4b2f054659651aaee06dc3acc4f72.tar.gz
libtracker-miner: Add introspection annotation to docs.
-rw-r--r--src/libtracker-miner/tracker-storage.c14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/libtracker-miner/tracker-storage.c b/src/libtracker-miner/tracker-storage.c
index 0630f2a..f874aba 100644
--- a/src/libtracker-miner/tracker-storage.c
+++ b/src/libtracker-miner/tracker-storage.c
@@ -820,9 +820,10 @@ get_mount_point_by_uuid_foreach (gpointer key,
* @type: A #TrackerStorageType
* @exact_match: if all devices should exactly match the types
*
- * Returns: a #GSList of strings containing the root directories for
- * devices with @type based on @exact_match. Each element must be
- * freed using g_free() and the list itself through g_slist_free().
+ * Returns: (transfer full) (element-type utf8): a #GSList of strings
+ * containing the root directories for devices with @type based on
+ * @exact_match. Each element must be freed using g_free() and the
+ * list itself through g_slist_free().
*
* Since: 0.8
**/
@@ -855,9 +856,10 @@ tracker_storage_get_device_roots (TrackerStorage *storage,
* @type: A #TrackerStorageType
* @exact_match: if all devices should exactly match the types
*
- * Returns: a #GSList of strings containing the UUID for devices with
- * @type based on @exact_match. Each element must be freed using
- * g_free() and the list itself through g_slist_free().
+ * Returns: (transfer full) (element-type utf8): a #GSList of
+ * strings containing the UUID for devices with @type based
+ * on @exact_match. Each element must be freed using g_free()
+ * and the list itself through g_slist_free().
*
* Since: 0.8
**/