Home | History | Annotate | Download | only in gobject

Lines Matching refs:g_warning

610       g_warning ("plugin handle for type `%s' is NULL",
616 g_warning ("plugin pointer (%p) for type `%s' is invalid",
622 g_warning ("plugin for type `%s' has no complete_type_info() implementation",
628 g_warning ("plugin for type `%s' has no complete_interface_info() implementation",
644 g_warning ("type name `%s' is too short", type_name);
656 g_warning ("type name `%s' contains invalid characters", type_name);
661 g_warning ("cannot register existing type `%s'", type_name);
678 g_warning ("cannot derive type `%s' from invalid parent type `%s'",
687 g_warning ("cannot derive `%s' from non-derivable parent type `%s'",
696 g_warning ("cannot derive `%s' from non-fundamental parent type `%s'",
731 g_warning ("cannot handle uninitializable values of type `%s'",
740 * g_warning ("missing `value_free()' for type `%s'", type_name);
746 g_warning ("missing `value_copy()' for type `%s'", type_name);
752 g_warning ("one of `collect_format' and `collect_value()' is unspecified for type `%s'",
758 g_warning ("the `%s' specification for type `%s' is too long or invalid",
766 g_warning ("one of `lcopy_format' and `lcopy_value()' is unspecified for type `%s'",
772 g_warning ("the `%s' specification for type `%s' is too long or invalid",
797 g_warning ("cannot instantiate `%s', derived from non-instantiatable parent type `%s'",
801 g_warning ("cannot instantiate `%s' as non-instantiatable fundamental",
811 g_warning ("cannot create class for `%s', derived from non-classed parent type `%s'",
815 g_warning ("cannot create class for `%s' as non-classed fundamental",
822 g_warning ("specified interface size for type `%s' is smaller than `GTypeInterface' size",
831 g_warning ("specified class size for type `%s' is smaller than `GTypeClass' size",
837 g_warning ("specified class size for type `%s' is smaller "
849 g_warning ("specified instance size for type `%s' is smaller than `GTypeInstance' size",
855 g_warning ("specified instance size for type `%s' is smaller "
896 g_warning ("cannot add interfaces to invalid (non-instantiatable) type `%s'",
902 g_warning ("cannot add invalid (non-interface) type `%s' to type `%s'",
911 g_warning ("cannot add sub-interface `%s' to type `%s' which does not conform to super-interface `%s'",
933 g_warning ("cannot add interface type `%s' to type `%s', since type `%s' already conforms to interface",
945 g_warning ("cannot add interface type `%s' to type `%s' which does not conform to prerequisite `%s'",
962 g_warning ("interface type `%s' for type `%s' comes without initializer",
1153 g_warning ("static type `%s' unreferenced too often",
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'",
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",
1639 g_warning ("cannot create new instance of invalid (non-instantiatable) type `%s'",
1646 g_warning ("cannot create instance of abstract (non-instantiatable) type `%s'",
1701 g_warning ("cannot free instance of invalid (non-instantiatable) type `%s'",
1708 g_warning ("cannot free instance of abstract (non-instantiatable) type `%s'",
2090 g_warning ("cannot drop last reference to unreferenced type `%s'",
2242 g_warning (G_STRLOC ": cannot remove unregistered class cache func %p with data %p",
2316 g_warning (G_STRLOC ": cannot remove unregistered class check func %p with data %p",
2358 g_warning ("attempt to register fundamental type `%s' with invalid type id (%" G_GSIZE_FORMAT ")",
2366 g_warning ("cannot register instantiatable fundamental type `%s' as non-classed",
2372 g_warning ("cannot register existing fundamental type `%s' (as `%s')",
2468 g_warning ("class finalizer specified for static type `%s'",
2639 g_warning ("cannot retrieve class for invalid (unclassed) type `%s'",
2691 g_warning ("cannot unreference class of invalid (unclassed) type `%s'",
2719 g_warning ("cannot unreference class of invalid (unclassed) type `%s'",
2819 g_warning (G_STRLOC ": invalid class pointer `%p'", g_class);
2861 g_warning (G_STRLOC ": invalid class pointer `%p'", class);
2906 g_warning (G_STRLOC ": invalid interface pointer `%p'", g_iface);
2946 g_warning ("cannot retrieve default vtable for invalid or non-interface type '%s'",
3028 g_warning ("cannot unreference invalid interface default vtable for '%s'",
3490 g_warning ("tagging type `%s' as abstract after class initialization", NODE_NAME (node));
3638 g_warning (G_STRLOC ": attempt to look up plugin for invalid instance/interface type pair.");
3736 g_warning ("invalid cast from `%s' to `%s'",
3740 g_warning ("invalid uninstantiatable type `%s' in cast to `%s'",
3745 g_warning ("invalid unclassed pointer in cast to `%s'",
3769 g_warning ("invalid class cast from `%s' to `%s'",
3773 g_warning ("invalid unclassed type `%s' in class cast to `%s'",
3778 g_warning ("invalid class cast from (NULL) pointer to `%s'",
3807 g_warning ("instance of invalid non-instantiatable type `%s'",
3811 g_warning ("instance with invalid (NULL) class pointer");
3814 g_warning ("invalid (NULL) pointer instance");
3940 g_warning (G_STRLOC ": type id `%" G_GSIZE_FORMAT "' is invalid", type);
3942 g_warning ("can't peek value table for type `%s' which is not currently referenced",
4150 g_warning ("cannot add private field to invalid (non-instantiatable) type '%s'",
4160 g_warning ("g_type_add_private() called multiple times for the same type");
4195 g_warning ("instance of invalid non-instantiatable type `%s'",
4203 g_warning ("attempt to retrieve private data for invalid type '%s'",
4224 g_warning ("g_type_instance_get_private() requires a prior call to g_type_class_add_private()");