diff options
author | Colin Walters <walters@verbum.org> | 2010-09-09 09:54:48 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-09 09:55:03 -0400 |
commit | 46d31ab22fa500495347031573f85a40e4f3daa3 (patch) | |
tree | 7167abf70bc643073217642dbd92985d7a386705 /gir | |
parent | 303c9d64032819d55420d3c1be1583d2cc582ccf (diff) | |
download | gobject-introspection-46d31ab22fa500495347031573f85a40e4f3daa3.tar.gz |
gio: Annotate g_mount_get_drive
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index fbf7e438..98da92f7 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -40,6 +40,12 @@ */ /** + * g_mount_get_drive: + * + * Returns: (transfer full): + */ + +/** * g_app_info_get_all: * * Returns: (element-type GAppInfo) (transfer full): |