Table of Contents

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 bool
constructArguments ConstructArgument[]

FilenameCompleter(IntPtr, bool)

protected FilenameCompleter(IntPtr ptr, bool ownedRef)

Parameters

ptr IntPtr
ownedRef bool

Fields

GotCompletionDataSignal

Signal Descriptor for OnGotCompletionData.

public static readonly Signal<FilenameCompleter> GotCompletionDataSignal

Field Value

Signal<FilenameCompleter>

Methods

GetCompletionSuffix(string)

public string? GetCompletionSuffix(string initialText)

Parameters

initialText string

Returns

string

GetCompletions(string)

public string[] GetCompletions(string initialText)

Parameters

initialText string

Returns

string[]

GetGType()

public static Type GetGType()

Returns

Type

New()

public static FilenameCompleter New()

Returns

FilenameCompleter

SetDirsOnly(bool)

public void SetDirsOnly(bool dirsOnly)

Parameters

dirsOnly bool

Events

OnGotCompletionData

public event SignalHandler<FilenameCompleter> OnGotCompletionData

Event Type

SignalHandler<FilenameCompleter>