[gobject-introspection] [glib] make g_file_set_contents() take uint8*, not utf8



commit b76aba706cd4ab3bb539c98e860d73f4c0ee2369
Author: Dan Winship <danw gnome org>
Date:   Wed Apr 14 14:16:44 2010 -0400

    [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

 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 95f28c9..8b60d93 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):
  */



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]