![]() |
![]() |
![]() |
[Insert name here] Reference Manual | ![]() |
---|---|---|---|---|
TpaIPresence; TpaIPresencePrivate; void tpa_presence_init (TpaIPresence *iface, gpointer data); void tpa_presence_finalize (GObject *obj); gboolean tpa_presence_update (GObject *obj, const gchar *contact, const gchar *status, const gchar *message); void tpa_presence_signal_presence_update (GObject *obj);
gboolean tpa_presence_update (GObject *obj, const gchar *contact, const gchar *status, const gchar *message);
Format presences status to telepathy spec.
return
: GHashTable to be emmit with tpa_presence_signal_presence_update.
obj : |
|
contact : |
|
status : |
|
message : |
|
Returns : |
void user_function (TpaIPresence *tpaipresence, gpointer user_data) : Run Last / Has Details
tpaipresence : |
the object which received the signal. |
user_data : |
user data set when the signal handler was connected. |