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:
Owen Taylor
2002-05-20 19:58:16 +00:00
committed by Owen Taylor
parent 81ad1bb215
commit 116b90dfb1
3 changed files with 33 additions and 14 deletions

View File

@@ -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)