diff options
author | Dan Winship <danw@gnome.org> | 2010-04-14 14:16:44 -0400 |
---|---|---|
committer | Dan Winship <danw@gnome.org> | 2010-04-26 13:11:57 -0400 |
commit | b76aba706cd4ab3bb539c98e860d73f4c0ee2369 (patch) | |
tree | 7b43129431e8c7d91e7ae161cc48f993f8333283 /gir/glib-2.0.c | |
parent | 0fa369b8edfb6d4db990351cb758efd295b6146c (diff) | |
download | gobject-introspection-b76aba706cd4ab3bb539c98e860d73f4c0ee2369.tar.gz |
[glib] make g_file_set_contents() take uint8*, not utf8
(We ought to do this for g_file_get_contents() as well, but that would
be inconvenient for gjs at the moment, so I'm not.)
https://bugzilla.gnome.org/show_bug.cgi?id=614974
Diffstat (limited to 'gir/glib-2.0.c')
-rw-r--r-- | gir/glib-2.0.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 95f28c9c..8b60d935 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -5,6 +5,11 @@ */ /** + * g_file_set_contents: + * @contents: (array length=length) (element-type uint8): + */ + +/** * g_file_open_tmp: * @name_used: (out): */ |