Method

PurpleRequestFieldChoiceset_value

Declaration [src]

void
purple_request_field_choice_set_value (
  PurpleRequestFieldChoice* field,
  gpointer value
)

Description [src]

Sets the value in a choice field.

Parameters

value

Type: gpointer

The value.

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