Method

PurpleRequestFieldAccountset_model

unstable since: 3.0

Declaration [src]

void
purple_request_field_account_set_model (
  PurpleRequestFieldAccount* field,
  GListModel* model
)

Description [src]

Sets the model of accounts.

Available since: 3.0

Parameters

model

Type: GObject

The new model.

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