vala r1314 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1314 - in trunk: . vapi
- Date: Thu, 24 Apr 2008 21:37:11 +0100 (BST)
Author: juergbi
Date: Thu Apr 24 20:37:11 2008
New Revision: 1314
URL: http://svn.gnome.org/viewvc/vala?rev=1314&view=rev
Log:
2008-04-24 Juerg Billeter <j bitron ch>
* vapi/glib-2.0.vapi: fix g_key_file_to_data binding,
patch by Daniel Svensson
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Thu Apr 24 20:37:11 2008
@@ -2407,7 +2407,7 @@
public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError;
public bool load_from_data (string data, ulong length, KeyFileFlags @flags) throws KeyFileError;
public bool load_from_data_dirs (string file, out string full_path, KeyFileFlags @flags) throws KeyFileError;
- public string to_data (out ulong length) throws KeyFileError;
+ public string to_data (out size_t length) throws KeyFileError;
public string get_start_group ();
[CCode (array_length_type = "gsize")]
public string[] get_groups ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]