Function Macro

NotifyACTION_CALLBACK

Declaration [src]

#define NOTIFY_ACTION_CALLBACK (
  func
)

Description [src]

A convenience macro for casting a function to a ActionCallback.

This is much like G_CALLBACK().

Parameters

func -
 

The function to cast.