Add prototype for g_file_set_contents to glib.h
authorJeffrey Stedfast <fejj@gnome.org>
Thu, 21 Apr 2011 16:05:15 +0000 (12:05 -0400)
committerJeffrey Stedfast <fejj@gnome.org>
Thu, 21 Apr 2011 16:05:15 +0000 (12:05 -0400)
eglib/src/glib.h

index f4f12be0bf1df8c5138ab1f7a3835b28fd82a928..a82f52c4007079026409d270737318ebc54047f2 100644 (file)
@@ -870,6 +870,7 @@ typedef enum {
 } GFileTest;
 
 
+gboolean   g_file_set_contents (const gchar *filename, const gchar *contents, gsize length, GError **error);
 gboolean   g_file_get_contents (const gchar *filename, gchar **contents, gsize *length, GError **error);
 GFileError g_file_error_from_errno (gint err_no);
 gint       g_file_open_tmp (const gchar *tmpl, gchar **name_used, GError **error);