getCompletions

open fun getCompletions(initialText: String): List<String>

Gets an array of completion strings for a given initial text.

Return

array of strings with possible completions for @initial_text. This array must be freed by g_strfreev() when finished.

Parameters

initialText

text to be completed.