Method

HeDropdownprepend

Declaration

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

Description [src]

Prepends text to the list of strings stored in this. This is the same as calling he_dropdown_insert with a position of 0..

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.