Home | History | Annotate | Download | only in gobject

Lines Matching refs:g_type_check_instance

441  * G_TYPE_CHECK_INSTANCE:
451 #define G_TYPE_CHECK_INSTANCE(instance) (_G_TYPE_CHI ((GTypeInstance*) (instance)))
1427 gboolean g_type_check_instance (GTypeInstance *instance) G_GNUC_PURE;
1471 #define _G_TYPE_CHI(ip) (g_type_check_instance ((GTypeInstance*) ip))