vala r1320 - in trunk: . vapi
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1320 - in trunk: . vapi
- Date: Sat, 26 Apr 2008 09:50:49 +0100 (BST)
Author: juergbi
Date: Sat Apr 26 08:50:48 2008
New Revision: 1320
URL: http://svn.gnome.org/viewvc/vala?rev=1320&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/glib-2.0.vapi
Modified: trunk/vapi/glib-2.0.vapi
==============================================================================
--- trunk/vapi/glib-2.0.vapi (original)
+++ trunk/vapi/glib-2.0.vapi Sat Apr 26 08:50:48 2008
@@ -1741,6 +1741,8 @@
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")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]