Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c165 #define OPTIONAL_FLAG_IN_CONSTRUCTION 1<<0 macro
1087 return (object_get_optional_flags (object) & OPTIONAL_FLAG_IN_CONSTRUCTION) != 0; in object_in_construction()
1097 object_set_optional_flags (object, OPTIONAL_FLAG_IN_CONSTRUCTION); in set_object_in_construction()
1107 object_unset_optional_flags (object, OPTIONAL_FLAG_IN_CONSTRUCTION); in unset_object_in_construction()