Method

PurpleProtocolget_default_account_settings

unstable since: 3.0

Declaration [src]

PurpleAccountSettings*
purple_protocol_get_default_account_settings (
  PurpleProtocol* protocol
)

Description [src]

Gets the default account settings.

Available since: 3.0

Return value

Type: PurpleAccountSettings

The default settings.

The caller of the method takes ownership of the returned data, and is responsible for freeing it.
The return value can be NULL.