Functions
Eo's Class class.

Functions

EAPI Efl_Class_Type efl_class_type_get (const Efl_Class *klass)
 Get the type of this class. More...
 

Detailed Description

Function Documentation

◆ efl_class_type_get()

EAPI Efl_Class_Type efl_class_type_get ( const Efl_Class klass)

Get the type of this class.

Parameters
klassThe Efl_Class to get the type from.
Returns
The type of this class or INVALID if the klass parameter was invalid.