diff options
author | Robert Carr <racarr@src.gnome.org> | 2009-01-09 13:36:03 +0000 |
---|---|---|
committer | Robert Carr <racarr@src.gnome.org> | 2009-01-09 13:36:03 +0000 |
commit | ba4ee2e606545ac703941698aa25e6d865e6976f (patch) | |
tree | 6c42c46269a56e7b98c864adc87218378176d70a /gir/gio-2.0.c | |
parent | b65cb1ccde2405426349a1f9b61eef5b4e73ea66 (diff) | |
download | gobject-introspection-ba4ee2e606545ac703941698aa25e6d865e6976f.tar.gz |
Default transfer type is no longer full. Fix annotation on
g_file_info_list_attributes to explicitly specify.
svn path=/trunk/; revision=1004
Diffstat (limited to 'gir/gio-2.0.c')
-rw-r--r-- | gir/gio-2.0.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index ec4568a6..d7cfb047 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -580,6 +580,6 @@ /** * g_file_info_list_attributes: * - * Return value: (array zero-terminated=1): + * Return value: (array zero-terminated=1) (transfer full): */ |