Function

ChattyPpAccountget_object

Declaration [src]

ChattyPpAccount*
chatty_pp_account_get_object (
  PurpleAccount* account
)

Description [src]

Get the ChattyPpAccount associated with account.

This function is not directly available to language bindings.

Parameters

account

Type: PurpleAccount*

A PurpleAccount.

The data is owned by the caller of the function.

Return value

Type: ChattyPpAccount

A ChattyPpAccount.

The data is owned by the called function.
The return value can be NULL.