g_type_name_from_class

Name

g_type_name_from_class -- get unique type name of the class

Synopsis

#include <glib-object.h>

gchar *g_type_name_from_class(GTypeClass *g_class);

Description

The g_type_name_from_class() returns the unique name that is assigned to a type ID of g_class class structure.

Return Value

The g_type_name_from_class() function returns a pointer referring to the static string with the unique name.

Errors

No errors are defined.