Table of Contents

Class CompletionWords

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

Methods

GetGType()

Calls native function gtk_source_completion_words_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(NullableUtf8StringHandle)

Calls native constructor gtk_source_completion_words_new.

public static extern IntPtr New(NullableUtf8StringHandle title)

Parameters

title NullableUtf8StringHandle

Transfer ownership: None Nullable: True

Returns

IntPtr

Transfer ownership: Full Nullable: False

Register(IntPtr, IntPtr)

Calls native method gtk_source_completion_words_register.

public static extern void Register(IntPtr words, IntPtr buffer)

Parameters

words IntPtr

Transfer ownership: None Nullable: False

buffer IntPtr

Transfer ownership: None Nullable: False

Unregister(IntPtr, IntPtr)

Calls native method gtk_source_completion_words_unregister.

public static extern void Unregister(IntPtr words, IntPtr buffer)

Parameters

words IntPtr

Transfer ownership: None Nullable: False

buffer IntPtr

Transfer ownership: None Nullable: False