Method

PidginAccountEditorset_protocol

unstable since: 3.0

Declaration [src]

void
pidgin_account_editor_set_protocol (
  PidginAccountEditor* editor,
  PurpleProtocol* protocol
)

Description [src]

Sets the selected protocol in the editor.

Available since: 3.0

Parameters

protocol

Type: PurpleProtocol

The new protocol.

The argument can be NULL.
The data is owned by the caller of the method.