Method

RBSearchEntryset_text

Declaration [src]

void
rb_search_entry_set_text (
  RBSearchEntry* entry,
  const char* text
)

Description [src]

Sets the text in the search entry box. The ‘search’ signal will be emitted.

Parameters

text

Type: const char*

New search text.

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