Struct
PurpleCore
Functions
purple_core_get_ui_info
Returns a PurpleUiInfo
that contains information about the user interface.
purple_core_get_ui_ops
Returns the UI ops for the core.
purple_core_get_version
Returns the version of the core library.
purple_core_init
Initializes the core of purple.
purple_core_quit
Quits the core of purple, which, depending on the UI, may quit the application using the purple core.
purple_core_quit_cb
Calls purple_core_quit(). This can be used as the function passed to
g_timeout_add()
when you want to shutdown Purple in a specified amount of
time. When shutting down Purple from a plugin, you must use this instead of
purple_core_quit(); for an immediate exit, use a timeout value of 0:
purple_core_set_ui_ops
Sets the UI ops for the core.