Method

PurpleRequestFieldChoiceset_default_value

Declaration [src]

void
purple_request_field_choice_set_default_value (
  PurpleRequestFieldChoice* field,
  gpointer default_value
)

Description [src]

Sets the default value in a choice field.

Parameters

default_value

Type: gpointer

The default value.

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