Method
PidginProtocolChooserset_protocol
unstable since: 3.0
Declaration [src]
void
pidgin_protocol_chooser_set_protocol (
PidginProtocolChooser* chooser,
PurpleProtocol* protocol
)
Description [src]
Sets the currently selected protocol of chooser
to the given
PurpleProtocol
.
Available since: 3.0
Sets property | Pidgin.ProtocolChooser:protocol |
Parameters
protocol
-
Type:
PurpleProtocol
The protocol to select.
The data is owned by the caller of the method.