Method

PurpleUistart

unstable since: 3.0

Declaration [src]

gboolean
purple_ui_start (
  PurpleUi* ui
  GError** error
)

Description [src]

Tells the user interface that libpurple is done initializing and that the user interface 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 on success.