NOTIFY_ACTION_CALLBACK

extern (C)
NOTIFY_ACTION_CALLBACK
(
F
)
()
if (
isCallable!F &&
arity!func == 3
)

Detailed Description

NOTIFY ACTION CALLBACK

@func: The function to cast.

A convenience macro for casting a function to a #NotifyActionCallback. This is much like G_CALLBACK().

Meta