From 09b618f0a162986e5f449acdb68ed125073f50b0 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 20 Aug 2015 20:16:23 -0400 Subject: [PATCH] Avoid a false deprecation gtk-doc misinterprets this comment and marks g_find_program_in_path as deprecated, which it isn't. --- glib/gutils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/gutils.h b/glib/gutils.h index 4a6e93bcb..530a86d8b 100644 --- a/glib/gutils.h +++ b/glib/gutils.h @@ -254,7 +254,7 @@ int atexit (void (*)(void)); #define g_atexit(func) atexit(func) #endif -#endif /* G_DISABLE_DEPRECATED */ +#endif /* Look for an executable in PATH, following execvp() rules */