ConIcEvent is an abstract class. ConIcConnectionEvent and ConIcStatistcsEvent derive from this class.
#include <glib.h>
#include <glib-object.h>
Typedefs | |
| typedef _ConIcEvent | ConIcEvent |
| ConIcEvent object. | |
Functions | |
| const gchar * | con_ic_event_get_iap_id (ConIcEvent *event) |
| Get the id of the IAP this event is associated with. | |
| const gchar * | con_ic_event_get_bearer_type (ConIcEvent *event) |
| Get bearer type of the IAP this event is associated with. | |
|
|
ConIcEvent object. The contents of the object is private, to access the object use the functions provided by conicevent.h. |
|
|
Get bearer type of the IAP this event is associated with. Different bearers are listed in coniciap.h.
|
|
|
Get the id of the IAP this event is associated with.
|
1.4.2