Method
GioFilenameCompleterget_completion_suffix
Declaration [src]
char*
g_filename_completer_get_completion_suffix (
GFilenameCompleter* completer,
const char* initial_text
)
Description [src]
Obtains a suffix completion for initial_text
from completer
.
Suffix will be an empty string if there’s no shared suffix among matching
completions. If there’s no matching completions anyway, NULL
is returned.