Method

PurpleSqliteHistoryAdapterget_filename

since: 3.0

Declaration [src]

const gchar*
purple_sqlite_history_adapter_get_filename (
  PurpleSqliteHistoryAdapter* adapter
)

Description [src]

Gets the filename of the sqlite database.

Available since: 3.0

Return value

Type: const gchar*

The filename that the adapter reads and writes to.

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