Table of Contents

Delegate CompareDataFuncT<T>

Namespace
GObject
Assembly
GObject-2.0.dll
public delegate int CompareDataFuncT<in T>(T a, T b) where T : NativeObject

Parameters

a T
b T

Returns

int

Type Parameters

T