Home
last modified time | relevance | path

Searched refs:object_get_optional_flags (Results 1 – 1 of 1) sorted by relevance

/third_party/glib/gobject/
Dgobject.c1035 object_get_optional_flags (GObject *object) in object_get_optional_flags() function
1069 return (object_get_optional_flags (object) & OPTIONAL_FLAG_HAS_SIGNAL_HANDLER) != 0; in _g_object_has_signal_handler()
1087 return (object_get_optional_flags (object) & OPTIONAL_FLAG_IN_CONSTRUCTION) != 0; in object_in_construction()