Merge branch 'ebassi/task-pretty-print-ignore-gir' into 'main'

Ignore g_task_print_alive_task() when introspecting GIO

See merge request GNOME/glib!3435
This commit is contained in:
Philip Withnall 2023-05-16 14:50:21 +00:00
commit 54d1ebfc37

View File

@ -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