Class Completion
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class Completion
- Inheritance
-
Completion
- Inherited Members
Constructors
Completion()
public Completion()
Completion(CompletionOwnedHandle)
public Completion(CompletionOwnedHandle handle)
Parameters
handle
CompletionOwnedHandle
Properties
Handle
public CompletionOwnedHandle Handle { get; }
Property Value
Prefix
public string? Prefix { get; set; }
Property Value
Methods
AddItems(List)
public void AddItems(List items)
Parameters
items
List
ClearItems()
public void ClearItems()
Complete(string, string)
public List Complete(string prefix, string newPrefix)
Parameters
Returns
CompleteUtf8(string, string)
[Version("2.4")]
public List CompleteUtf8(string prefix, string newPrefix)
Parameters
Returns
Equals(Completion?)
public bool Equals(Completion? other)
Parameters
other
Completion
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
Free()
public void Free()
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
RemoveItems(List)
public void RemoveItems(List items)
Parameters
items
List