Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
712
void GjsCallbackTrampoline::mark_forever() {
713
s_forever_closure_list.emplace_back(this, Gjs::TakeOwnership{});
714
}
715
716
void GjsCallbackTrampoline::prepare_shutdown() {
717
s_forever_closure_list.clear();
Callers
1
in
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected