[Gio] Merge in introspection annotations from gobject-introspection gio-2.0.c

This is not an exhaustive set, but covers everything we have so far.
This commit is contained in:
Colin Walters
2010-06-10 14:02:15 -04:00
parent 3a062d2e33
commit 7c36619d26
12 changed files with 47 additions and 47 deletions

View File

@@ -204,7 +204,7 @@ g_drive_has_volumes (GDrive *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 objects on the given @drive.
* Returns: (element-type GVolume) (transfer full): #GList containing any #GVolume objects on the given @drive.
**/
GList *
g_drive_get_volumes (GDrive *drive)