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 <[EMAIL PROTECTED]>
* 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 {
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list
Want to limit the commits to a few modules? Go to above URL, log in to edit
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development
mailing list. Email [EMAIL PROTECTED] if interested.