Virtual Method

PurpleUistart

since: 3.0

Declaration [src]

gboolean
start (
  PurpleUi* ui
  GError** error
)

Description [src]

Tells ui that libpurple is done initializing and that ui should continue its initialization.

The user interface can return errors here which will be propagated by purple_core_init() which calls this function.

Note: This should only be called by libpurple.

Available since: 3.0

Return value

Type: gboolean

TRUE if successful, otherwise FALSE with error optionally set.