Home
last modified time | relevance | path

Searched refs:g_clear_handle_id (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/gio/
Dgmemorymonitordbus.c149 g_clear_handle_id (&dbus->watch_id, g_bus_unwatch_name); in g_memory_monitor_dbus_finalize()
/third_party/glib/glib/
Dgmain.h713 void g_clear_handle_id (guint *tag_ptr,
716 #define g_clear_handle_id(tag_ptr, clear_func) \ macro
Dgmain.c2576 #undef g_clear_handle_id
2578 g_clear_handle_id (guint *tag_ptr, in g_clear_handle_id() function
/third_party/glib/glib/tests/
Dutils.c573 g_clear_handle_id (&id, g_source_remove); in test_clear_source()
579 g_clear_handle_id (&id, g_source_remove); in test_clear_source()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt911 g_clear_handle_id
/third_party/glib/
DNEWS1484 - #1860 g_clear_handle_id does not trigger GLIB_VERSION_MAX_ALLOWED warning
2838 - g_clear_handle_id, to simplify removing sources from the default mainloop