Method

PurpleRequestFieldAccountset_show_all

[]

Declaration [src]

void
purple_request_field_account_set_show_all (
  PurpleRequestFieldAccount* field,
  gboolean show_all
)
[]

Description [src]

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

If TRUE, all accounts, online or offline, will be shown. If FALSE, only online accounts will be shown.

[]

Parameters

show_all

Type: gboolean

Whether or not to show all accounts.