diff options
author | Philip Withnall <philip@tecnocode.co.uk> | 2023-05-16 14:50:21 +0000 |
---|---|---|
committer | Philip Withnall <philip@tecnocode.co.uk> | 2023-05-16 14:50:21 +0000 |
commit | 54d1ebfc37fc38245506128a0e345d2258fb9dfa (patch) | |
tree | efd36e31985e3cd58c59fff5f4c6e2ea1ac9a089 /gio | |
parent | ec8856d7d69be85bc1ad3c64a801460c8c692231 (diff) | |
parent | 20142de034158b6f8c4672b0186408e64d402732 (diff) | |
download | glib-main.tar.gz |
Ignore g_task_print_alive_task() when introspecting GIO
See merge request GNOME/glib!3435
Diffstat (limited to 'gio')
-rw-r--r-- | gio/gtask.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gio/gtask.h b/gio/gtask.h index 7642d2c68..6d7fa82ff 100644 --- a/gio/gtask.h +++ b/gio/gtask.h @@ -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 |