mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 15:56:23 +01:00
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:
commit
54d1ebfc37
@ -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