From 6a5b3729ab447dd93ba337fa916067d5af2419dc Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Fri, 15 Jun 2012 14:41:20 +0200 Subject: [PATCH] Improve g_find_program_in_path documentation Document that g_find_program_in_path returns a newly-allocated string --- glib/gutils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gutils.c b/glib/gutils.c index 42a98fca4..38b5e44a3 100644 --- a/glib/gutils.c +++ b/glib/gutils.c @@ -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 *