Function Macro

GObjectTYPE_FROM_CLASS

Declaration

#define G_TYPE_FROM_CLASS (
  g_class
)

Description

Get the type identifier from a given class structure.

This macro should only be used in type implementations.

This function is not directly available to language bindings.

Parameters

g_class

Type: -

Location of a valid GTypeClass structure.