Class
PurpleRequestPage
unstable since: 3.0
Constructors
purple_request_page_new
Creates a page of fields to pass to purple_request_fields()
.
unstable since: 3.0
Instance methods
purple_request_page_exists
Returns whether or not the field with the specified ID exists.
unstable since: 3.0
purple_request_page_get_account
Returns the account of a field with the specified ID.
unstable since: 3.0
purple_request_page_get_bool
Returns the boolean value of a field with the specified ID.
unstable since: 3.0
purple_request_page_get_choice
Returns the choice index of a field with the specified ID.
unstable since: 3.0
purple_request_page_get_integer
Returns the integer value of a field with the specified ID.
unstable since: 3.0
purple_request_page_get_string
Returns the string value of a field with the specified ID.
unstable since: 3.0
purple_request_page_is_field_required
Returns whether or not a field with the specified ID is required.
unstable since: 3.0
Methods inherited from GListModel (5)
Properties
Purple.RequestPage:item-type
The type of items. See Gio.ListModelInterface.get_item_type
.
unstable since: 3.0
Purple.RequestPage:n-items
The number of items. See Gio.ListModelInterface.get_n_items
.
unstable since: 3.0