--- glib-2.6.2/glib/gutils.h.orig Wed Jan 5 21:10:57 2005 +++ glib-2.6.2/glib/gutils.h Mon Feb 28 00:58:11 2005 @@ -215,6 +215,9 @@ /* Look for an executable in PATH, following execvp() rules */ gchar* g_find_program_in_path (const gchar *program); +/* get the origin of a program */ +gchar* g_get_origin(void); + /* Bit tests */ G_INLINE_FUNC gint g_bit_nth_lsf (gulong mask,