Home
last modified time | relevance | path

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

/third_party/glib/gobject/
Dgobject.c182 } GObjectReal; typedef
184 G_STATIC_ASSERT(sizeof(GObject) == sizeof(GObjectReal));
185 G_STATIC_ASSERT(G_STRUCT_OFFSET(GObject, ref_count) == G_STRUCT_OFFSET(GObjectReal, ref_count));
186 G_STATIC_ASSERT(G_STRUCT_OFFSET(GObject, qdata) == G_STRUCT_OFFSET(GObjectReal, qdata));
1038 GObjectReal *real = (GObjectReal *)object; in object_get_optional_flags()
1050 GObjectReal *real = (GObjectReal *)object; in object_set_optional_flags()
1060 GObjectReal *real = (GObjectReal *)object; in object_unset_optional_flags()