wocky Reference Manual | ||||
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties | Signals |
WockyPepService; WockyPepServiceClass; WockyPepServicePrivate; WockyPepService * wocky_pep_service_new (const gchar *node
,gboolean subscribe
); void wocky_pep_service_start (WockyPepService *pep_service
,WockySession *session
); void wocky_pep_service_get_async (WockyPepService *pep
,WockyBareContact *contact
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
); WockyStanza * wocky_pep_service_get_finish (WockyPepService *pep
,GAsyncResult *result
,GError **error
); WockyStanza * wocky_pep_service_make_publish_stanza (WockyPepService *pep
,WockyNode **item
);
"node" gchar* : Read / Write / Construct Only "subscribe" gboolean : Read / Write / Construct Only
WockyPepService * wocky_pep_service_new (const gchar *node
,gboolean subscribe
);
|
|
|
|
Returns : |
void wocky_pep_service_start (WockyPepService *pep_service
,WockySession *session
);
|
|
|
void wocky_pep_service_get_async (WockyPepService *pep
,WockyBareContact *contact
,GCancellable *cancellable
,GAsyncReadyCallback callback
,gpointer user_data
);
|
|
|
|
|
|
|
|
|
WockyStanza * wocky_pep_service_get_finish (WockyPepService *pep
,GAsyncResult *result
,GError **error
);
|
|
|
|
|
|
Returns : |
WockyStanza * wocky_pep_service_make_publish_stanza (WockyPepService *pep
,WockyNode **item
);
|
|
|
|
Returns : |
"node"
property"node" gchar* : Read / Write / Construct Only
namespace of the pep node.
Default value: NULL
"subscribe"
property"subscribe" gboolean : Read / Write / Construct Only
if TRUE, Wocky will subscribe to the notifications of the node.
Default value: FALSE
"changed"
signalvoid user_function (WockyPepService *wockypepservice, GObject *arg1, GObject *arg2, gpointer user_data) : Run Last / Has Details
|
the object which received the signal. |
|
|
|
|
|
user data set when the signal handler was connected. |