mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-30 21:04:13 +02:00
When printing errors, handle NULL returns from g_type_debug(). (#73559,
Mon May 20 15:57:47 2002 Owen Taylor <otaylor@redhat.com> * gsignal.c: When printing errors, handle NULL returns from g_type_debug(). (#73559, Laszlo Peter) * gtype.c (type_descriptive_name_I): De-inline, since it's only used for debugging.
This commit is contained in:
@@ -473,7 +473,7 @@ type_lookup_prerequisite_L (TypeNode *iface,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
static inline gchar*
|
||||
static gchar*
|
||||
type_descriptive_name_I (GType type)
|
||||
{
|
||||
if (type)
|
||||
|
Reference in New Issue
Block a user