Class FilenameCompleter
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class FilenameCompleter : Object, IObject, INotifyPropertyChanged, IDisposable, IHandle, GTypeProvider
- Inheritance
-
FilenameCompleter
- Implements
- Inherited Members
Constructors
FilenameCompleter(bool, params ConstructArgument[])
protected FilenameCompleter(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
FilenameCompleter(IntPtr, bool)
protected FilenameCompleter(IntPtr ptr, bool ownedRef)
Parameters
Fields
GotCompletionDataSignal
Signal Descriptor for OnGotCompletionData.
public static readonly Signal<FilenameCompleter> GotCompletionDataSignal
Field Value
Methods
GetCompletionSuffix(string)
public string? GetCompletionSuffix(string initialText)
Parameters
initialText
string
Returns
GetCompletions(string)
public string[] GetCompletions(string initialText)
Parameters
initialText
string
Returns
- string[]
GetGType()
public static Type GetGType()
Returns
New()
public static FilenameCompleter New()
Returns
SetDirsOnly(bool)
public void SetDirsOnly(bool dirsOnly)
Parameters
dirsOnly
bool
Events
OnGotCompletionData
public event SignalHandler<FilenameCompleter> OnGotCompletionData