Signal
PurplePresenceManager::added
unstable since: 3.0
Declaration
void
added (
PurplePresenceManager* self,
PurpleSavedPresence* presence,
gpointer user_data
)
Description [src]
Emitted when a PurpleSavedPresence
is successfully added to the manager.
Default handler: The default handler is called after the handlers added via |
Available since: 3.0 |
Parameters
presence
-
Type:
PurpleSavedPresence
The presence that was added.
The data is owned by the caller of the function.