Home | History | Annotate | Download | only in gobject

Lines Matching refs:prerequisite

945 	  g_warning ("cannot add interface type `%s' to type `%s' which does not conform to prerequisite `%s'",
1317 * at most one instantiatable prerequisite type.
1334 g_warning ("interface type `%s' or prerequisite type `%s' invalid",
1344 g_warning ("unable to add prerequisite `%s' to interface `%s' which is already in use for `%s'",
1354 /* can have at most one publically installable instantiatable prerequisite */
1362 g_warning ("adding prerequisite `%s' to interface `%s' conflicts with existing prerequisite `%s'",
1388 g_warning ("prerequisite `%s' for interface `%s' is neither instantiatable nor interface",
1425 GType prerequisite = IFACE_NODE_PREREQUISITES (iface)[i];
1426 TypeNode *node = lookup_type_node_I (prerequisite);