vala r1955 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1955 - in trunk: . vapi
- Date: Sun, 2 Nov 2008 17:27:33 +0000 (UTC)
Author: juergbi
Date: Sun Nov 2 17:27:32 2008
New Revision: 1955
URL: http://svn.gnome.org/viewvc/vala?rev=1955&view=rev
Log:
2008-11-02 JÃrg Billeter <j bitron ch>
* vapi/glib-2.0.vapi:
Add errno and g_strerror bindings
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 Nov 2 17:27:32 2008
@@ -1466,6 +1466,10 @@
[NoArrayLength]
public uint strv_length (string[] str_array);
+ [CCode (cname = "errno", cheader_filename = "errno.h")]
+ public int errno;
+ public weak string strerror (int errnum);
+
/* Character Set Conversions */
public static string convert (string str, long len, string to_codeset, string from_codeset, out int bytes_read = null, out int bytes_written = null) throws ConvertError;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]