QuickIO  0.2
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Attributes | List of all members
evs_on_info Struct Reference

Contains all the fields necessary to send a callback to a client about a subscription. More...

#include <evs.h>

Public Attributes

gchar * ev_extra
 Any extra parameters sent with the event.
 
struct subscriptionsub
 Reference to the susbcription.
 
struct clientclient
 The client that sent the subscription.
 
evs_cb_t client_cb
 The callback id to be sent. More...
 

Detailed Description

Contains all the fields necessary to send a callback to a client about a subscription.

To make a copy of this struct, use: qio.evs_on_info_copy(). To free the memory allocated from there, use qio.evs_on_info_free().

Member Data Documentation

evs_cb_t evs_on_info::client_cb

The callback id to be sent.

Don't mess with this.


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