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