libsyncml
0.5.4
|
The public part. More...
![]() |
Functions | |
SmlNotification * | smlNotificationNew (SmlNotificationVersion version, SmlNotificationUIMode mode, SmlNotificationInitiator init, unsigned int sessionID, const char *identifier, const char *target, SmlMimeType type, SmlError **error) |
void | smlNotificationSetCred (SmlNotification *san, SmlCred *cred) |
void | smlNotificationSetManager (SmlNotification *san, SmlManager *manager) |
void | smlNotificationFree (SmlNotification *san) |
SmlNotification * | smlNotificationParse (const char *data, unsigned int size, SmlError **error) |
SmlBool | smlNotificationAssemble (SmlNotification *san, char **data, unsigned int *size, SmlError **error) |
SmlBool | smlNotificationSend (SmlNotification *san, SmlTransport *tsp, SmlError **error) |
SmlBool | smlNotificationNewAlert (SmlNotification *san, SmlAlertType type, const char *contenttype, const char *serverURI, SmlError **error) |
void | smlNotificationFreeAlert (SmlSanAlert *alert) |
SmlNotificationVersion | smlNotificationGetVersion (SmlNotification *san) |
SmlNotificationUIMode | smlNotificationGetMode (SmlNotification *san) |
SmlNotificationInitiator | smlNotificationGetInitiator (SmlNotification *san) |
unsigned int | smlNotificationGetSessionID (SmlNotification *san) |
const char * | smlNotificationGetIdentifier (SmlNotification *san) |
unsigned int | smlNotificationNumAlerts (SmlNotification *san) |
SmlSanAlert * | smlNotificationNthAlert (SmlNotification *san, unsigned int nth) |
SmlAlertType | smlSanAlertGetType (SmlSanAlert *alert) |
const char * | smlSanAlertGetContentType (SmlSanAlert *alert) |
const char * | smlSanAlertGetServerURI (SmlSanAlert *alert) |
The public part.