Method

PurpleConversationManagerget_filename

unstable since: 3.0

Declaration [src]

const char*
purple_conversation_manager_get_filename (
  PurpleConversationManager* manager
)

Description [src]

Gets the filename the manager should be serializing itself to.

Available since: 3.0

Return value

Type: const char*

The filename.

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