Liberator Auth API
7.1.1.311675
|
Callback that is called when an object changes initial state. More...
Data Fields | |
void * | auth |
char * | name |
object_type_t | type |
Callback that is called when an object changes initial state.
obj | - Object |
param | - User supplied parameter |
type | - Type of event |
0 | - Remove this listener |
1 | - Retain this listenerThe RTTP data object |
This object describes an RTTP data object, for example a symbol or a page.
A void pointer auth is provided as a means for the Auth Module to attach userspecific data.
void* _object::auth |
Auth Module object.
char* _object::name |
The name of the RTTP object.
object_type_t _object::type |
The type of the RTTP object.