From: Evan Nemerson Date: Thu, 30 Jul 2015 16:20:49 +0000 (-0700) Subject: glib-2.0: make DirUtils.mkdtemp transfer ownership X-Git-Tag: 0.29.3~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=328eafa3e09de150cdeaeb232a8260359d402c39;p=thirdparty%2Fvala.git glib-2.0: make DirUtils.mkdtemp transfer ownership --- diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index e9cdf8f30..b6b87c287 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -3252,7 +3252,7 @@ namespace GLib { [CCode (cname = "g_mkdir_with_parents")] public static int create_with_parents (string pathname, int mode); [CCode (cname = "mkdtemp")] - public static unowned string mkdtemp (string template); + public static string mkdtemp (owned string template); [CCode (cname = "g_dir_make_tmp")] public static string make_tmp (string tmpl) throws FileError; [CCode (cname = "g_rmdir")]