mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01:00
Avoid a false deprecation
gtk-doc misinterprets this comment and marks g_find_program_in_path as deprecated, which it isn't.
This commit is contained in:
parent
fa0f51ddf8
commit
09b618f0a1
@ -254,7 +254,7 @@ int atexit (void (*)(void));
|
|||||||
#define g_atexit(func) atexit(func)
|
#define g_atexit(func) atexit(func)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* G_DISABLE_DEPRECATED */
|
#endif
|
||||||
|
|
||||||
|
|
||||||
/* Look for an executable in PATH, following execvp() rules */
|
/* Look for an executable in PATH, following execvp() rules */
|
||||||
|
Loading…
Reference in New Issue
Block a user