[glib] Avoid a false deprecation
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Avoid a false deprecation
- Date: Fri, 21 Aug 2015 00:21:01 +0000 (UTC)
commit 09b618f0a162986e5f449acdb68ed125073f50b0
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Aug 20 20:16:23 2015 -0400
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 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/glib/gutils.h b/glib/gutils.h
index 4a6e93b..530a86d 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 */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]