g_type_name_from_instance

Name

g_type_name_from_instance -- get name of type from the instance

Synopsis

#include <glib-object.h>

gchar *g_type_name_from_instance(GTypeInstance *instance);

Description

The g_type_name_from_instance() returns the name of type from the instance instance in a Camel case. Instance should be valid instance pointer.

Return Value

The g_type_name_from_instance() function returns a pointer referring to the string with the type name.

Errors

No errors are defined.