mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 22:46:15 +01: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 >*/
|
||||
#ifndef __GTK_DOC_IGNORE__
|
||||
#ifndef __GI_SCANNER__
|
||||
/* Debugging API, not part of the public API */
|
||||
void g_task_print_alive_tasks (void);
|
||||
#endif /* !__GI_SCANNER__ */
|
||||
#endif /* !__GTK_DOC_IGNORE__ */
|
||||
|
||||
G_END_DECLS
|
||||
|
Loading…
Reference in New Issue
Block a user