get_completions


Description:

public string[] get_completions (string initial_text)

Gets an array of completion strings for a given initial text.

Parameters:

this

the filename completer.

initial_text

text to be completed.

Returns:

array of strings with possible completions for initial_text. This array must be freed by strfreev when finished.