Method

ChattyPurplefind_account_with_name

Declaration [src]

ChattyAccount*
chatty_purple_find_account_with_name (
  ChattyPurple* self,
  ChattyProtocol protocol,
  const char* account_id
)

Description

No description available.

This method is not directly available to language bindings.

Parameters

protocol

Type: ChattyProtocol

No description available.

account_id

Type: const char*

No description available.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: ChattyAccount*

No description available.

The returned data is owned by the instance.