]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
add g_get_tmp_dir binding, patch by Nicolas Joseph, fixes bug 529776
authorJuerg Billeter <j@bitron.ch>
Sat, 26 Apr 2008 08:50:48 +0000 (08:50 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 26 Apr 2008 08:50:48 +0000 (08:50 +0000)
2008-04-26  Juerg Billeter  <j@bitron.ch>

* vapi/glib-2.0.vapi: add g_get_tmp_dir binding,
patch by Nicolas Joseph, fixes bug 529776

svn path=/trunk/; revision=1320

ChangeLog
vapi/glib-2.0.vapi

index 2aa7e5c8ecb5ac3023572ec7c5cf71b698b0d65c..83ef2084f6b675d26cff15064857c6f86ce322c8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-04-26  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/glib-2.0.vapi: add g_get_tmp_dir binding,
+       patch by Nicolas Joseph, fixes bug 529776
+
 2008-04-26  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gtk+-2.0/: fix gtk_image_* and gtk_icon_size_*
index 2eb49098bb4268eb6c57375b7e0e20273d5c9a18..210835615990419232982f9b76489be21f4860f6 100644 (file)
@@ -1741,6 +1741,8 @@ namespace GLib {
                public static weak string get_host_name ();
                [CCode (cname = "g_get_home_dir")]
                public static weak string get_home_dir ();
+               [CCode (cname = "g_get_tmp_dir")]
+               public static weak string get_tmp_dir ();
                [CCode (cname = "g_get_current_dir")]
                public static string get_current_dir ();
                [CCode (cname = "g_find_program_in_path")]