Table of Contents

Class ClosureExpression

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

Methods

GetGType()

Calls native function gtk_closure_expression_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

New(Type, ClosureHandle, uint, IntPtr[])

Calls native constructor gtk_closure_expression_new.

public static extern IntPtr New(Type valueType, ClosureHandle closure, uint nParams, IntPtr[] @params)

Parameters

valueType Type

Transfer ownership: None Nullable: False

closure ClosureHandle

Transfer ownership: None Nullable: False

nParams uint

Transfer ownership: None Nullable: False

params IntPtr[]

Returns

IntPtr

Transfer ownership: Full Nullable: False