[vala] glib-2.0: Add g_file_error_from_errno binding.



commit 4900adb6ab5a2bf9ba38825a0730594b2676e392
Author: Evan Nemerson <evan coeus-group com>
Date:   Tue Jul 20 22:21:15 2010 -0700

    glib-2.0: Add g_file_error_from_errno binding.

 vapi/glib-2.0.vapi |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 9b28fab..6e83e39 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -2734,6 +2734,7 @@ namespace GLib {
 		public static bool test (string filename, FileTest test);
 		public static int open_tmp (string tmpl, out string name_used) throws FileError;
 		public static string read_link (string filename) throws FileError;
+		public static int error_from_errno (int err_no);
 		
 		[CCode (cname = "g_mkstemp")]
 		public static int mkstemp (string tmpl);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]