diff options
author | Johan Dahlin <jdahlin@litl.com> | 2009-12-09 10:24:16 -0200 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2009-12-09 11:58:56 -0200 |
commit | 0910fc4205792557edbf80205d07a8729e193f33 (patch) | |
tree | 54f51fe11971cda5b4c10041af619373435967f7 /gir | |
parent | 91d7a09777e90767b26b2fc5ca050142b5843da7 (diff) | |
download | gobject-introspection-0910fc4205792557edbf80205d07a8729e193f33.tar.gz |
[Gio] g_repalce_contents_finish has an out arg
Diffstat (limited to 'gir')
-rw-r--r-- | gir/gio-2.0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/gio-2.0.c b/gir/gio-2.0.c index 0adbde46..16e9702a 100644 --- a/gir/gio-2.0.c +++ b/gir/gio-2.0.c @@ -438,6 +438,11 @@ */ /** + * g_file_replace_contents_finish: + * @new_etag: (allow-none) (out): + */ + +/** * g_file_set_attribute: * @cancellable: (allow-none): */ |