Class

PurpleConversationManagerSeagullBackend

unstable since: 3.0

Description [src]

final class Purple.ConversationManagerSeagullBackend : Purple.ConversationManagerBackend
  implements Gio.Initable {
  /* No available fields */
}

A Seagull back end for loading and storing conversations for PurpleConversationManager in a SQLite database.

Available since: 3.0

Implements

Constructors

purple_conversation_manager_seagull_backend_new

Attempts to create a new Seagull backend.

unstable since: 3.0

Instance methods

purple_conversation_manager_seagull_backend_get_filename

Gets the filename of the database being used.

unstable since: 3.0

Methods inherited from PurpleConversationManagerBackend (6)
purple_conversation_manager_backend_delete_conversation_async

Deletes a conversation asynchronously.

unstable since: 3.0

purple_conversation_manager_backend_delete_conversation_finish

Finishes a call that was started with purple_conversation_manager_backend_delete_conversation_async().

unstable since: 3.0

purple_conversation_manager_backend_load_conversations_async

Loads conversations from the back end asynchronously.

unstable since: 3.0

purple_conversation_manager_backend_load_conversations_finish

Finishes a call that was started with purple_conversation_manager_backend_load_conversations_async().

unstable since: 3.0

purple_conversation_manager_backend_save_conversation_async

Saves a conversation asynchronously.

unstable since: 3.0

purple_conversation_manager_backend_save_conversation_finish

Finishes a call that was started with purple_conversation_manager_backend_save_conversation_async().

unstable since: 3.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GInitable (1)
g_initable_init

Initializes the object implementing the interface.

Properties

Purple.ConversationManagerSeagullBackend:filename

The filename that the backend should save its contents to.

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.

Class structure

struct PurpleConversationManagerSeagullBackendClass {
  PurpleConversationManagerBackendClass parent_class;
  
}

No description available.

Class members
parent_class: PurpleConversationManagerBackendClass

No description available.