Home | History | Annotate | Download | only in gobject

Lines Matching refs:type_name

362  * @type_name: name for the type
367 * type plugin. If a type with name @type_name was previously registered,
383 const gchar *type_name,
391 g_return_val_if_fail (type_name != NULL, 0);
394 type = g_type_from_name (type_name);
401 g_warning ("Two different plugins tried to register '%s'.", type_name);
415 "(was '%s', now '%s')", type_name,
429 module_type_info->type = g_type_register_dynamic (parent_type, type_name, G_TYPE_PLUGIN (module), flags);
516 * type plugin. If a type with name @type_name was previously registered,
555 * type plugin. If a type with name @type_name was previously registered,