FilenameCompleter.getCompletions

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

class FilenameCompleter
string[]
getCompletions
()

Parameters

initialText string

text to be completed.

Return Value

Type: string[]

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

Meta