From: Jürg Billeter Date: Mon, 26 Mar 2012 16:21:42 +0000 (+0200) Subject: glib-2.0: Add g_dir_make_tmp binding X-Git-Tag: 0.16.0~1 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=634253bf9893c5b45e7a6a92af2972f22e097f87;p=thirdparty%2Fvala.git glib-2.0: Add g_dir_make_tmp binding Fixes bug 672846. --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 74c707cc6..37b551096 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); }