FilenameCompleter.getCompletionSuffix

Obtains a completion for initial_text from completer.

class FilenameCompleter
string
getCompletionSuffix
()

Parameters

initialText string

text to be completed.

Return Value

Type: string

a completed string, or null if no completion exists. This string is not owned by GIO, so remember to glib.global.gfree it when finished.