vala r1809 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1809 - in trunk: . vapi
- Date: Sun, 28 Sep 2008 13:31:15 +0000 (UTC)
Author: juergbi
Date: Sun Sep 28 13:31:15 2008
New Revision: 1809
URL: http://svn.gnome.org/viewvc/vala?rev=1809&view=rev
Log:
2008-09-28 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Add g_key_file_load_from_dirs binding, patch by Marc-Andrà Lureau
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 Sun Sep 28 13:31:15 2008
@@ -1831,7 +1831,6 @@
public weak string get_string ();
[NoArrayLength]
public void get_digest (uint8[] buffer, ref size_t digest_len);
- [NoArrayLength]
[CCode (cname = "g_compute_checksum_for_data")]
public static string compute_for_data (ChecksumType checksum_type, uchar[] data);
[CCode (cname = "g_compute_checksum_for_string")]
@@ -2776,6 +2775,8 @@
public KeyFile ();
public void set_list_separator (char separator);
public bool load_from_file (string file, KeyFileFlags @flags) throws KeyFileError;
+ [NoArrayLength]
+ public bool load_from_dirs (string file, string[] search_dirs, out string full_path, 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 size_t length) throws KeyFileError;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]