mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-30 20:33:08 +02:00
Ignore g_task_print_alive_task() when introspecting GIO
The `__GTK_DOC_IGNORE__` check is not enough for g-ir-scanner: we need to check for `__GI_SCANNER__` as well.
This commit is contained in:
parent
ec8856d7d6
commit
20142de034
@ -196,8 +196,10 @@ gboolean g_task_get_completed (GTask *task);
|
|||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
#ifndef __GTK_DOC_IGNORE__
|
#ifndef __GTK_DOC_IGNORE__
|
||||||
|
#ifndef __GI_SCANNER__
|
||||||
/* Debugging API, not part of the public API */
|
/* Debugging API, not part of the public API */
|
||||||
void g_task_print_alive_tasks (void);
|
void g_task_print_alive_tasks (void);
|
||||||
|
#endif /* !__GI_SCANNER__ */
|
||||||
#endif /* !__GTK_DOC_IGNORE__ */
|
#endif /* !__GTK_DOC_IGNORE__ */
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user