diff options
author | Colin Walters <walters@verbum.org> | 2010-09-09 10:34:31 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2010-09-09 10:34:31 -0400 |
commit | c6cf170030cf46b0f156e4dc84e47a4339eff6af (patch) | |
tree | d29a468026fec9fded554846917fa457e0a569d5 /gir | |
parent | 9087a67088a001536844e86c891f623eaf77c0e4 (diff) | |
download | gobject-introspection-c6cf170030cf46b0f156e4dc84e47a4339eff6af.tar.gz |
gio: Annotate a few more functions
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 98da92f7..09f4b012 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -40,6 +40,18 @@ */ /** + * g_mount_get_root: + * + * Returns: (transfer full): + */ + +/** + * g_mount_get_icon: + * + * Returns: (transfer full): + */ + +/** * g_mount_get_drive: * * Returns: (transfer full): |