Method

PurplePresenceManagerget_path

since: 3.0

Declaration [src]

const char*
purple_presence_manager_get_path (
  PurplePresenceManager* manager
)

Description [src]

Gets the directory path that manager is using for storage.

Available since: 3.0

Return value

Type: const char*

The directory path where settings are being saved to disk or NULL.

The data is owned by the instance.
The return value can be NULL.
The value is a NUL terminated UTF-8 string.