Liberator Auth API  8.0.1.212895-72395511
_object Struct Reference

Callback that is called when an object changes initial state. More...

Data Fields

void * auth
 
char * name
 
object_type_t type
 

Detailed Description

Callback that is called when an object changes initial state.

Parameters
obj- Object
param- User supplied parameter
type- Type of event
Return values
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.

Examples:
content.c, exampleauth.c, and system.c.

Field Documentation

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.

Examples:
content.c.

The documentation for this struct was generated from the following file:

Generated on Thu Mar 7 2024 11:51:39 for Liberator Auth API