Method

HeDropdownappend

Declaration

void
he_dropdown_append (
  HeDropdown* self,
  const gchar* text
)

Description [src]

Appends text to the list of strings stored in this. This is the same as calling he_dropdown_insert with a position of -1..

Parameters

text

Type: const gchar*

A string .

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.