Class

PurpleRequestPage

since: 3.0

Description [src]

final class Purple.RequestPage : GObject.Object {
  /* No available fields */
}

Multiple fields request data.

Available since: 3.0

Ancestors

Implements

Constructors

purple_request_page_new

Creates a page of fields to pass to purple_request_fields().

since: 3.0

Instance methods

purple_request_page_add_group

Adds a group of fields to the list.

since: 3.0

purple_request_page_exists

Returns whether or not the field with the specified ID exists.

since: 3.0

purple_request_page_get_account

Returns the account of a field with the specified ID.

since: 3.0

purple_request_page_get_bool

Returns the boolean value of a field with the specified ID.

since: 3.0

purple_request_page_get_choice

Returns the choice index of a field with the specified ID.

since: 3.0

purple_request_page_get_field

Return the field with the specified ID.

since: 3.0

purple_request_page_get_integer

Returns the integer value of a field with the specified ID.

since: 3.0

purple_request_page_get_string

Returns the string value of a field with the specified ID.

since: 3.0

purple_request_page_is_field_required

Returns whether or not a field with the specified ID is required.

since: 3.0

purple_request_page_is_valid

Returns whether or not all fields are valid.

since: 3.0

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Methods inherited from GListModel (5)
g_list_model_get_item

Get the item at position.

since: 2.44

g_list_model_get_item_type

Gets the type of the items in list.

since: 2.44

g_list_model_get_n_items

Gets the number of items in list.

since: 2.44

g_list_model_get_object

Get the item at position.

since: 2.44

g_list_model_items_changed

Emits the GListModel::items-changed signal on list.

since: 2.44

Properties

Purple.RequestPage:item-type

The type of items. See GListModel.

since: 3.0

Purple.RequestPage:n-items

The number of items. See GListModel.

since: 3.0

Purple.RequestPage:valid

Whether all fields in a page are valid.

since: 3.0

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Signals inherited from GListModel (1)
GListModel::items-changed

This signal is emitted whenever items were added to or removed from list. At position, removed items were removed and added items were added in their place.

since: 2.44

Class structure

struct PurpleRequestPageClass {
  GObjectClass parent_class;
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.