ConIcConnectionEvent is sent whenever status of a connection changes. It's derived from ConIcEvent class.
#include <glib.h>
#include <glib-object.h>
Typedefs | |
| typedef _ConIcConnectionEvent | ConIcConnectionEvent |
| ConIcConnectionEvent object. | |
Enumerations | |
| enum | ConIcConnectionStatus |
| IAP connection statuses. More... | |
| enum | ConIcConnectionError { CON_IC_CONNECTION_ERROR_NONE, CON_IC_CONNECTION_ERROR_INVALID_IAP, CON_IC_CONNECTION_ERROR_CONNECTION_FAILED, CON_IC_CONNECTION_ERROR_USER_CANCELED } |
| Error codes for connection events. More... | |
Functions | |
| ConIcConnectionStatus | con_ic_connection_event_get_status (ConIcConnectionEvent *event) |
| Get status from the event. | |
| ConIcConnectionError | con_ic_connection_event_get_error (ConIcConnectionEvent *event) |
| Get error from the event. | |
|
|
ConIcConnectionEvent object. The contents of the object is private, to access the object use the functions provided by conicconnectionevent.h. |
|
|
|
IAP connection statuses.
|
|
|
Get error from the event.
|
|
|
Get status from the event.
|
1.4.2