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 subscription * | sub |
| Reference to the susbcription. | |
| struct client * | client |
| The client that sent the subscription. | |
| evs_cb_t | client_cb |
| The callback id to be sent. More... | |
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().
| evs_cb_t evs_on_info::client_cb |
The callback id to be sent.
Don't mess with this.
1.8.6