Table of Contents

Class CallbackAction

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

Methods

GetGType()

Calls native function gtk_callback_action_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(ShortcutFunc, nint, DestroyNotify)

Calls native constructor gtk_callback_action_new.

public static extern nint New(ShortcutFunc callback, nint data, DestroyNotify destroy)

Parameters

callback ShortcutFunc

Transfer ownership: None Nullable: False

data nint

Transfer ownership: None Nullable: True

destroy DestroyNotify

Transfer ownership: None Nullable: False

Returns

nint

Transfer ownership: Full Nullable: False