| 158 | } |
| 159 | |
| 160 | bool 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 | |
| 167 | ObjectInstance* ObjectInstance::for_gobject(GObject* gobj) { |
| 168 | auto* priv = static_cast<ObjectInstance*>( |