Package ch.bailu.gtk.glib
Schnittstelle Glib.OnHookCompareFunc
- Umschließende Klasse:
Glib
- Funktionsschnittstelle:
- Dies ist eine funktionale Schnittstelle, die somit als Zuweisungsziel für einen Lambdaausdruck oder eine Methodenreferenz verwendet werden kann.
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungint
onHookCompareFunc
(CallbackHandler __self, Hook new_hook, Hook sibling) Defines the type of function used to compare #GHook elements in
g_hook_insert_sorted().
-
Methodendetails
-
onHookCompareFunc
Defines the type of function used to compare #GHook elements in
g_hook_insert_sorted().- Parameter:
new_hook
- the #GHook being insertedsibling
- the #GHook to compare with @new_hook- Gibt zurück:
- a value <= 0 if @new_hook should be before @sibling
-