Class

PurpleSqliteHistoryAdapter

unstable since: 3.0

[]

Description [src]

final class Purple.SqliteHistoryAdapter : Purple.HistoryAdapter
{
  /* No available fields */
}

PurpleSqliteHistoryAdapter is a class that allows interfacing with an SQLite database to store history. It is a subclass of PurpleHistoryAdapter.

Available since: 3.0

[]

Constructors

purple_sqlite_history_adapter_new

Creates a new PurpleHistoryAdapter.

unstable since: 3.0

[]

Instance methods

purple_sqlite_history_adapter_get_filename

Gets the filename of the sqlite database.

unstable since: 3.0

Methods inherited from PurpleHistoryAdapter (5)
Methods inherited from GObject (43)
[]

Properties

Purple.SqliteHistoryAdapter:filename

The filename that the sqlite database will store data to.

unstable since: 3.0

Properties inherited from PurpleHistoryAdapter (2)
[]

Signals

Signals inherited from GObject (1)

Class structure