MCPcopy Create free account
hub / github.com/GNOME/gjs / register_notifier

Method register_notifier

gjs/context.cpp:404–407  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404void GjsContextPrivate::register_notifier(DestroyNotify notify_func,
405 void* data) {
406 m_destroy_notifications.insert({notify_func, data});
407}
408
409void GjsContextPrivate::unregister_notifier(DestroyNotify notify_func,
410 void* data) {

Calls

no outgoing calls