Class

PurpleRequestFieldAccount

unstable since: 3.0

[]

Description [src]

final class Purple.RequestFieldAccount : Purple.RequestField
{
  /* No available fields */
}

An account request field.

Available since: 3.0

[]

Constructors

purple_request_field_account_new

Creates an account field.

[]

Instance methods

purple_request_field_account_get_default_value

Returns the default account in an account field.

purple_request_field_account_get_show_all

Returns whether or not to show all accounts in an account field.

purple_request_field_account_get_value

Returns the user-entered account in an account field.

purple_request_field_account_match

Returns whether the specified account is matched by the filter or not.

unstable since: 3.0

purple_request_field_account_set_default_value

Sets the default account on an account field.

purple_request_field_account_set_filter

Sets the account filter function in an account field.

purple_request_field_account_set_show_all

Sets whether or not to show all accounts in an account field.

purple_request_field_account_set_value

Sets the account in an account field.

Methods inherited from PurpleRequestField (19)
Methods inherited from GObject (43)
[]

Properties

Purple.RequestFieldAccount:default-value

The default value of the field.

unstable since: 3.0

Purple.RequestFieldAccount:show-all

Whether to show all accounts in an account field.

unstable since: 3.0

Purple.RequestFieldAccount:value

The value of the field.

unstable since: 3.0

Properties inherited from PurpleRequestField (9)
[]

Signals

Signals inherited from GObject (1)

Class structure