Improve g_find_program_in_path documentation

Document that g_find_program_in_path returns a newly-allocated string
This commit is contained in:
Paolo Borelli 2012-06-15 14:41:20 +02:00 committed by Paolo Borelli
parent 3647a3dcaa
commit 6a5b3729ab

View File

@ -377,7 +377,7 @@ g_find_program_in_path (const gchar *program)
* variable. If the program is found, the return value contains the
* full name including the type suffix.
*
* Return value: absolute path, or %NULL
* Return value: a newly-allocated string with the absolute path, or %NULL
**/
#ifdef G_OS_WIN32
static gchar *