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

Method mark_forever

gi/function.cpp:712–714  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

710}
711
712void GjsCallbackTrampoline::mark_forever() {
713 s_forever_closure_list.emplace_back(this, Gjs::TakeOwnership{});
714}
715
716void GjsCallbackTrampoline::prepare_shutdown() {
717 s_forever_closure_list.clear();

Callers 1

inMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected