summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartyn Russell <martyn@lanedo.com>2010-03-05 16:06:55 +0000
committerArnel A. Borja <arnelborja@src.gnome.org>2013-08-31 00:56:43 +0800
commit810a1531221ebe442b63a3f6383f53dcf6e5555b (patch)
treec48f017754c92419a7ff441439ffac77a428df35
parent71c282622734564a6471a28552d2419754b31aa1 (diff)
downloadlibmediaart-810a1531221ebe442b63a3f6383f53dcf6e5555b.tar.gz
libtracker-miner: Fixed documentation breaks
-rw-r--r--src/libtracker-miner/tracker-storage.c22
1 files changed, 10 insertions, 12 deletions
diff --git a/src/libtracker-miner/tracker-storage.c b/src/libtracker-miner/tracker-storage.c
index 11fcdbe..e8a41a0 100644
--- a/src/libtracker-miner/tracker-storage.c
+++ b/src/libtracker-miner/tracker-storage.c
@@ -763,14 +763,12 @@ get_mount_point_by_uuid_foreach (gpointer key,
/**
* tracker_storage_get_device_roots:
* @storage: A #TrackerStorage
+ * @type: A #TrackerStorageType
+ * @exact_match: if all devices should exactly match the types
*
- * Returns a #GSList of strings containing the root directories for
- * removable devices.
- *
- * Each element must be freed using g_free() and the list itself
- * through g_slist_free().
- *
- * Returns: The list of root directories.
+ * 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().
**/
GSList *
tracker_storage_get_device_roots (TrackerStorage *storage,
@@ -798,12 +796,12 @@ tracker_storage_get_device_roots (TrackerStorage *storage,
/**
* tracker_storage_get_device_uuids:
* @storage: A #TrackerStorage
+ * @type: A #TrackerStorageType
+ * @exact_match: if all devices should exactly match the types
*
- * Returns a #GSList of strings containing the UUID for removable devices.
- * Each element is owned by the #GHashTable internally, the list
- * itself through should be freed using g_slist_free().
- *
- * Returns: The list of UUIDs.
+ * 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().
**/
GSList *
tracker_storage_get_device_uuids (TrackerStorage *storage,