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 2aa7e5c..83ef208 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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_*
        bindings, patch by Nicolas Joseph, fixes bug 529770
 
index 2eb4909..2108356 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")]