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 g_free() it when finished.

Meta