getCompletionSuffix

open fun getCompletionSuffix(initialText: String): String?

Obtains a completion for @initial_text from @completer.

Return

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

Parameters

initialText

text to be completed.