Method
DevhelpCompletionadd_string
Declaration [src]
void
dh_completion_add_string (
DhCompletion* completion,
const gchar* str
)
Description [src]
Adds a string to the completion
object.
After adding all the strings you need to call dh_completion_sort()
.
Available since: | 3.28 |