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

Method check_gobject_finalized

gi/object.cpp:160–165  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160bool ObjectInstance::check_gobject_finalized(const char* for_what) const {
161 if (check_gobject_disposed_or_finalized(for_what))
162 return true;
163
164 return !m_gobj_finalized;
165}
166
167ObjectInstance* ObjectInstance::for_gobject(GObject* gobj) {
168 auto* priv = static_cast<ObjectInstance*>(

Callers 1

to_c_ptrMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected