Class
PurplePresenceManagerSeagullBackend
unstable since: 3.0
Description [src]
final class Purple.PresenceManagerSeagullBackend : Purple.PresenceManagerBackend
implements Gio.Initable {
/* No available fields */
}
A Seagull back end for loading and storing saved presences for
PurplePresenceManager in a SQLite database.
Available since: 3.0
Constructors
purple_presence_manager_seagull_backend_new
Attempts to create a new Seagull backend.
unstable since: 3.0
Instance methods
purple_presence_manager_seagull_backend_get_filename
Gets the filename of the database being used.
unstable since: 3.0
Methods inherited from PurplePresenceManagerBackend (6)
purple_presence_manager_backend_delete_saved_presence_async
Deletes a saved presence asynchronously.
unstable since: 3.0
purple_presence_manager_backend_delete_saved_presence_finish
Finishes a call that was started with
purple_presence_manager_backend_delete_saved_presence_async().
unstable since: 3.0
purple_presence_manager_backend_load_saved_presences_async
Loads saved presences from the back end asynchronously.
unstable since: 3.0
purple_presence_manager_backend_load_saved_presences_finish
Finishes a call that was started with
purple_presence_manager_backend_load_saved_presences_async().
unstable since: 3.0
purple_presence_manager_backend_save_saved_presence_async
Saves a saved presence asynchronously.
unstable since: 3.0
purple_presence_manager_backend_save_saved_presence_finish
Finishes a call that was started with
purple_presence_manager_backend_save_saved_presence_async().
unstable since: 3.0
Methods inherited from GInitable (1)
g_initable_init
Initializes the object implementing the interface.
Properties
Purple.PresenceManagerSeagullBackend: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.