summaryrefslogtreecommitdiff
path: root/gio/gdrive.c
diff options
context:
space:
mode:
authorMatthias Clasen <matthiasc@src.gnome.org>2008-02-11 07:12:56 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2008-02-11 07:12:56 +0000
commit826d8c5b41de02387dbfd5b815765c94d6128eac (patch)
tree1bac41b6e4355b0258929edbccdca7ecaa177973 /gio/gdrive.c
parent5e45af1f07861bc683db1b96c6bb5011f82b976d (diff)
downloadglib-826d8c5b41de02387dbfd5b815765c94d6128eac.tar.gz
Documentation additions
svn path=/trunk/; revision=6492
Diffstat (limited to 'gio/gdrive.c')
-rw-r--r--gio/gdrive.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gio/gdrive.c b/gio/gdrive.c
index 18a7ecde8..ed75d03cd 100644
--- a/gio/gdrive.c
+++ b/gio/gdrive.c
@@ -215,6 +215,9 @@ g_drive_has_volumes (GDrive *drive)
* @drive: a #GDrive.
*
* Get a list of mountable volumes for @drive.
+ *
+ * The returned list should be freed with g_list_free(), after
+ * its elements have been unreffed with g_object_unref().
*
* Returns: #GList containing any #GVolume<!---->s on the given @drive.
**/