Table of Contents

Delegate ActionGroupInterfaceData.QueryActionCallback

Namespace
Gio.Internal
Assembly
Gio-2.0.dll
public delegate bool ActionGroupInterfaceData.QueryActionCallback(IntPtr actionGroup, NonNullableUtf8StringHandle actionName, out bool enabled, out IntPtr parameterType, out IntPtr stateType, out IntPtr stateHint, out IntPtr state)

Parameters

actionGroup IntPtr
actionName NonNullableUtf8StringHandle
enabled bool
parameterType IntPtr
stateType IntPtr
stateHint IntPtr
state IntPtr

Returns

bool