Method

GntEntryadd_suggest

Declaration [src]

void
gnt_entry_add_suggest (
  GntEntry* entry,
  const char* text
)

Description [src]

Add an item to the suggestion list.

Parameters

text

Type: const char*

An item to add to the suggestion list.

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