mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-11-04 18:18:56 +01:00
Improve g_find_program_in_path documentation
Document that g_find_program_in_path returns a newly-allocated string
This commit is contained in:
committed by
Matthias Clasen
parent
d98eed087d
commit
45ff6099c6
@@ -377,7 +377,7 @@ g_find_program_in_path (const gchar *program)
|
|||||||
* variable. If the program is found, the return value contains the
|
* variable. If the program is found, the return value contains the
|
||||||
* full name including the type suffix.
|
* 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
|
#ifdef G_OS_WIN32
|
||||||
static gchar *
|
static gchar *
|
||||||
|
|||||||
Reference in New Issue
Block a user