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. | |
| typedef struct _ConIcEvent ConIcEvent |
ConIcEvent object.
The contents of the object is private, to access the object use the functions provided by conicevent.h.
| const gchar* con_ic_event_get_bearer_type | ( | ConIcEvent * | event | ) |
Get bearer type of the IAP this event is associated with.
Different bearers are listed in coniciap.h.
| event | OssIcEvent object |
| const gchar* con_ic_event_get_iap_id | ( | ConIcEvent * | event | ) |
Get the id of the IAP this event is associated with.
| event | OssIcEvent object |
1.5.1