[vala] glib-2.0: Add g_dir_make_tmp binding



commit 634253bf9893c5b45e7a6a92af2972f22e097f87
Author: JÃrg Billeter <j bitron ch>
Date:   Mon Mar 26 18:21:42 2012 +0200

    glib-2.0: Add g_dir_make_tmp binding
    
    Fixes bug 672846.

 vapi/glib-2.0.vapi |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index 74c707c..37b5510 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -3224,6 +3224,8 @@ namespace GLib {
 		public static int create_with_parents (string pathname, int mode);
 		[CCode (cname = "mkdtemp")]
 		public static unowned string mkdtemp (string template);
+		[CCode (cname = "g_dir_make_tmp")]
+		public static string make_tmp (string tmpl) throws FileError;
 		[CCode (cname = "g_rmdir")]
 		public static int remove (string filename);
 	}



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