Method

PurpleCoreset_default

unstable since: 3.0

Declaration [src]

void
purple_core_set_default (
  PurpleCore* core
)

Description [src]

Sets the core that should be returned from purple_core_get_default().

Note: this should only be called once by the user interface.

Available since: 3.0

Parameters

core

Type: PurpleCore

The core to set as the default.

The instance takes ownership of the data, and is responsible for freeing it.