Waltham  0.1.0
Public Member Functions

A generic Waltham protocol object representation (a proxy) More...

#include <waltham-object.h>

Public Member Functions

void wth_object_delete (struct wth_object *object)
 Destroy a protocol object. More...
 
void wth_object_set_listener (struct wth_object *obj, void(**listener)(void), void *user_data)
 Set incoming message handlers for a protocol object. More...
 
void * wth_object_get_user_data (struct wth_object *obj)
 Set incoming message handlers for a protocol object. More...
 
void wth_object_post_error (struct wth_object *obj, uint32_t code, const char *fmt,...)
 Post a fatal protocol error to a client. More...
 

Detailed Description

A generic Waltham protocol object representation (a proxy)

wth_object is the underlying implementation for all protocol object types that are generated from the protocol XML description files. A wth_object instance backs every protocol object instance on both server and client side.

Examples:
client-api-example.c, and server-api-example.c.

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