Table of Contents

Class CompletionProposal

Namespace
GtkSource.Internal
Assembly
GtkSource-5.dll
public class CompletionProposal
Inheritance
CompletionProposal
Inherited Members

Methods

GetGType()

Calls native function gtk_source_completion_proposal_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

GetTypedText(IntPtr)

Calls native method gtk_source_completion_proposal_get_typed_text. Version: 5.6

[Version("5.6")]
public static extern NullableUtf8StringOwnedHandle GetTypedText(IntPtr proposal)

Parameters

proposal IntPtr

Transfer ownership: None Nullable: False

Returns

NullableUtf8StringOwnedHandle

Transfer ownership: Full Nullable: True