Class
PurpleCore
unstable since: 3.0
Description [src]
final class Purple.Core : GObject.Object
implements Gio.Initable {
/* No available fields */
}
The core instance for libpurple.
This is primarily used for connecting to signals.
Available since: 3.0
Instance methods
purple_core_get_account_manager
Gets the account manager that the core is using.
unstable since: 3.0
purple_core_get_command_manager
Gets the command manager that the core is using.
unstable since: 3.0
purple_core_get_contact_manager
Gets the contact manager that the core is using.
unstable since: 3.0
purple_core_get_conversation_manager
Gets the conversation manager that the core is using.
unstable since: 3.0
purple_core_get_credential_manager
Gets the credential manager that the core is using.
unstable since: 3.0
purple_core_get_file_transfer_manager
Gets the file_transfer manager that the core is using.
unstable since: 3.0
purple_core_get_notification_manager
Gets the notification manager that the core is using.
unstable since: 3.0
purple_core_get_presence_manager
Gets the presence manager that the core is using.
unstable since: 3.0
purple_core_get_protocol_manager
Gets the protocol manager that the core is using.
unstable since: 3.0
purple_core_get_settings_backend
Gets the settings backend to use when saving/loading settings.
unstable since: 3.0
purple_core_get_whiteboard_manager
Gets the whiteboard manager that the core is using.
unstable since: 3.0
purple_core_new_settings
Creates a new settings object using the preferred backend.
unstable since: 3.0
purple_core_quit
Quits the core of purple, which, depending on the UI, may quit the application using the purple core.
unstable since: 3.0
purple_core_set_default
Sets the core that should be returned from purple_core_get_default().
unstable since: 3.0
Methods inherited from GInitable (1)
g_initable_init
Initializes the object implementing the interface.
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.