vala r2160 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r2160 - in trunk: . vapi
- Date: Mon, 15 Dec 2008 20:29:07 +0000 (UTC)
Author: juergbi
Date: Mon Dec 15 20:29:07 2008
New Revision: 2160
URL: http://svn.gnome.org/viewvc/vala?rev=2160&view=rev
Log:
2008-12-15 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Add fileno, ferror, and clearerr bindings and fix a few other
bindings, patch by Evan Nemerson, fixes bug 547921 and bug 558206
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 Mon Dec 15 20:29:07 2008
@@ -1715,7 +1715,7 @@
[CCode (cname = "strftime", instance_pos = -1)]
public size_t strftime (char[] s, string format);
- [CCode (instance_pos = -1)]
+ [CCode (cname = "strptime", instance_pos = -1)]
public weak string? strptime (string buf, string format);
}
@@ -2196,6 +2196,12 @@
public long tell ();
[CCode (cname = "rewind")]
public void rewind ();
+ [CCode (cname = "fileno")]
+ public int fileno ();
+ [CCode (cname = "ferror")]
+ public int error ();
+ [CCode (cname = "clearerr")]
+ public void clearerr ();
}
[CCode (lower_case_cprefix = "g_file_", cheader_filename = "glib/gstdio.h")]
@@ -2269,10 +2275,10 @@
public const string RESERVED_CHARS_GENERIC_DELIMITERS;
public const string RESERVED_CHARS_SUBCOMPONENT_DELIMITERS;
+ public static string parse_scheme (string uri);
public static string escape_string (string unescaped, string reserved_chars_allowed, bool allow_utf8);
- public static string get_scheme (string uri);
- public static string unescape_segment (string escaped_string, string escaped_string_end, string illegal_characters);
public static string unescape_string (string escaped_string, string illegal_characters);
+ public static string unescape_segment (string escaped_string, string escaped_string_end, string illegal_characters);
}
/* Shell-related Utilities */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]