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, IntPtr, DestroyNotify)

Calls native constructor gtk_callback_action_new.

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

Parameters

callback ShortcutFunc

Transfer ownership: None Nullable: True

data IntPtr

Transfer ownership: None Nullable: True

destroy DestroyNotify

Transfer ownership: None Nullable: False

Returns

IntPtr

Transfer ownership: Full Nullable: False