summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <philip@tecnocode.co.uk>2023-05-16 14:50:21 +0000
committerPhilip Withnall <philip@tecnocode.co.uk>2023-05-16 14:50:21 +0000
commit54d1ebfc37fc38245506128a0e345d2258fb9dfa (patch)
treeefd36e31985e3cd58c59fff5f4c6e2ea1ac9a089
parentec8856d7d69be85bc1ad3c64a801460c8c692231 (diff)
parent20142de034158b6f8c4672b0186408e64d402732 (diff)
downloadglib-main.tar.gz
Merge branch 'ebassi/task-pretty-print-ignore-gir' into 'main'HEADmain
Ignore g_task_print_alive_task() when introspecting GIO See merge request GNOME/glib!3435
-rw-r--r--gio/gtask.h2
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