LunaServiceSubscription


Typedefs

typedef struct LSSubscriptionIter LSSubscriptionIter

Functions

bool LSSubscriptionProcess (LSHandle *sh, LSMessage *message, bool *subscribed, LSError *lserror)
bool LSSubscriptionSetCancelFunction (LSHandle *sh, LSFilterFunc cancelFunction, void *ctx, LSError *lserror)
bool LSSubscriptionAdd (LSHandle *sh, const char *key, LSMessage *message, LSError *lserror)
bool LSSubscriptionAcquire (LSHandle *sh, const char *key, LSSubscriptionIter **ret_iter, LSError *lserror)
void LSSubscriptionRelease (LSSubscriptionIter *iter)
bool LSSubscriptionHasNext (LSSubscriptionIter *iter)
LSMessageLSSubscriptionNext (LSSubscriptionIter *iter)
void LSSubscriptionRemove (LSSubscriptionIter *iter)
bool LSSubscriptionReply (LSHandle *sh, const char *key, const char *payload, LSError *lserror)
bool LSSubscriptionRespond (LSPalmService *psh, const char *key, const char *payload, LSError *lserror)
bool LSSubscriptionPost (LSHandle *sh, const char *category, const char *method, const char *payload, LSError *lserror)

Generated on Wed Sep 16 12:26:46 2009 by  doxygen 1.5.5