vala r814 - in trunk: . vapi



Author: juergbi
Date: Wed Jan  9 21:08:45 2008
New Revision: 814
URL: http://svn.gnome.org/viewvc/vala?rev=814&view=rev

Log:
2008-01-09  Juerg Billeter  <j bitron ch>

	* vapi/glib-2.0.vapi: add binding for g_find_program_in_path


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	Wed Jan  9 21:08:45 2008
@@ -1593,6 +1593,8 @@
 		public static weak string get_home_dir ();
 		[CCode (cname = "g_get_current_dir")]
 		public static string get_current_dir ();
+		[CCode (cname = "g_find_program_in_path")]
+		public static string find_program_in_path (string program);
 	}
 	
 	public static class Path {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]