Waltham
0.1.0
|
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... | |
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.