mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 07:38:54 +02: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:
@@ -196,8 +196,10 @@ gboolean g_task_get_completed (GTask *task);
|
|||||||
|
|
||||||
/*< private >*/
|
/*< private >*/
|
||||||
#ifndef __GTK_DOC_IGNORE__
|
#ifndef __GTK_DOC_IGNORE__
|
||||||
|
#ifndef __GI_SCANNER__
|
||||||
/* Debugging API, not part of the public API */
|
/* Debugging API, not part of the public API */
|
||||||
void g_task_print_alive_tasks (void);
|
void g_task_print_alive_tasks (void);
|
||||||
|
#endif /* !__GI_SCANNER__ */
|
||||||
#endif /* !__GTK_DOC_IGNORE__ */
|
#endif /* !__GTK_DOC_IGNORE__ */
|
||||||
|
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
Reference in New Issue
Block a user