Liberator Auth API  7.1-10.29216-fbbe9c8
_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 Sat Sep 7 2019 14:59:18 for Liberator Auth API