Home | History | Annotate | Download | only in gobject

Lines Matching defs:INITIALIZED

219   INITIALIZED
1022 * after the parent class has been initialized
1213 entries[i].init_state = INITIALIZED;
1242 /* if the class is already (partly) initialized, we may need to base
1625 * Returns: An allocated and initialized instance, subject to further
1797 return TRUE; /* initialized the vtable */
1819 entry->init_state = INITIALIZED;
1968 entry->init_state = INITIALIZED;
1977 * be base-initialized when inserted, so we don't have to worry that
1996 * inherited interfaces are already init_state == INITIALIZED, because
2006 entry->init_state == INITIALIZED)
2017 /* As in the loop above, additional initialized entries might be inserted
2024 node->data->class.init_state = INITIALIZED;
2251 * is initialized.
2254 * initialized for any class (i.e. after the @interface_init member of
2554 * class initialized, however this function is rarely enough called to take
2629 node->data->class.init_state == INITIALIZED)
2649 * call to g_type_class_ref() with a partly initialized class, or
2650 * node->data->class.init_state == INITIALIZED, because any
2658 if (node->data->class.class) /* class was initialized during parent class initialization? */
4185 /* while instances are initialized, their class pointers change,