Method

PurplePresenceManagerremove

since: 3.0

Declaration [src]

gboolean
purple_presence_manager_remove (
  PurplePresenceManager* manager,
  const char* id
)

Description [src]

Attempts to remove the PurpleSavedPresence identified by id from manager.

Available since: 3.0

Parameters

id

Type: const char*

The id of the PurpleSavedPresence.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.

Return value

Type: gboolean

TRUE if a PurpleSavedPresence was found with id and removed, otherwise FALSE.