FilenameCompleter.getCompletionSuffix

string getCompletionSuffix(string initialText)

Obtains a completion for initial_text from completer.

Parameters

initialTexttext to be completed.

Returns

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.