get_completion_suffix


Description:

public string? get_completion_suffix (string initial_text)

Obtains a completion for initial_text from this.

Parameters:

this

the filename completer.

initial_text

text to be completed.

Returns:

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