Typedefs | Functions

conicevent.h File Reference

ConIcEvent class. More...

#include <glib.h>
#include <glib-object.h>

Typedefs

typedef struct _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.

Detailed Description

ConIcEvent class.

ConIcEvent is an abstract class. ConIcConnectionEvent and ConIcStatistcsEvent derive from this class.


Typedef Documentation

typedef struct _ConIcEvent ConIcEvent

ConIcEvent object.

The contents of the object is private, to access the object use the functions provided by conicevent.h.


Function Documentation

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.

Parameters:
event OssIcEvent object
Returns:
Bearer of the IAP.
const gchar* con_ic_event_get_iap_id ( ConIcEvent event  ) 

Get the id of the IAP this event is associated with.

Parameters:
event OssIcEvent object
Returns:
Id of the IAP.