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
Instance methods
purple_sqlite_history_adapter_get_filename
Gets the filename of the sqlite database.
unstable since: 3.0
Methods inherited from PurpleHistoryAdapter (5)
purple_history_adapter_get_id
Gets the identifier of adapter
.
unstable since: 3.0
purple_history_adapter_get_name
Gets the name of adapter
.
unstable since: 3.0
purple_history_adapter_query
Runs query
against adapter
.
unstable since: 3.0
purple_history_adapter_remove
Tells adapter
to remove messages that match query
.
unstable since: 3.0
purple_history_adapter_write
Writes a message to the adapter
.
unstable since: 3.0
Properties
Purple.SqliteHistoryAdapter:filename
The filename that the sqlite database will store data to.
unstable since: 3.0
Properties inherited from PurpleHistoryAdapter (2)
Purple.HistoryAdapter:id
The ID of the adapter. Used for preferences and other things that need to address it.
unstable since: 3.0
Purple.HistoryAdapter:name
The name of the adapter.
unstable since: 3.0
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.