Table of Contents

Class BuilderCScope

Namespace
Gtk.Internal
Assembly
Gtk-4.0.dll
public class BuilderCScope
Inheritance
BuilderCScope
Inherited Members

Methods

AddCallbackSymbol(IntPtr, NonNullableUtf8StringHandle, Callback)

Calls native method gtk_builder_cscope_add_callback_symbol.

public static extern void AddCallbackSymbol(IntPtr self, NonNullableUtf8StringHandle callbackName, Callback callbackSymbol)

Parameters

self IntPtr

Transfer ownership: None Nullable: False

callbackName NonNullableUtf8StringHandle

Transfer ownership: None Nullable: False

callbackSymbol Callback

Transfer ownership: None Nullable: False

GetGType()

Calls native function gtk_builder_cscope_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New()

Calls native constructor gtk_builder_cscope_new.

public static extern IntPtr New()

Returns

IntPtr

Transfer ownership: Full Nullable: False