Class

PurpleSqliteHistoryAdapter

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.

since: 3.0

Instance methods

purple_sqlite_history_adapter_get_filename

Gets the filename of the sqlite database.

since: 3.0

Methods inherited from PurpleHistoryAdapter (5)
purple_history_adapter_get_id

Gets the identifier of adapter.

since: 3.0

purple_history_adapter_get_name

Gets the name of adapter.

since: 3.0

purple_history_adapter_query

Runs query against adapter.

since: 3.0

purple_history_adapter_remove

Tells adapter to remove messages that match query.

since: 3.0

purple_history_adapter_write

Writes a message to the adapter.

since: 3.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Purple.SqliteHistoryAdapter:filename

The filename that the sqlite database will store data to.

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.

since: 3.0

Purple.HistoryAdapter:name

The name of the adapter.

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.

Class structure

struct PurpleSqliteHistoryAdapterClass {
  PurpleHistoryAdapterClass parent_class;
  
}
No description available.
Class members
parent_class: PurpleHistoryAdapterClass
No description available.