mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 15:36:14 +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:
parent
3647a3dcaa
commit
6a5b3729ab
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user