Method
GLibHookListmarshal
Declaration [src]
void
g_hook_list_marshal (
  GHookList* hook_list,
  gboolean may_recurse,
  GHookMarshaller marshaller,
  gpointer marshal_data
)
Parameters
- may_recurse
- 
            Type: gbooleanTRUEif hooks which are currently running (e.g. in another thread) are considered valid. If set toFALSE, these are skipped.
- marshaller
- 
            Type: GHookMarshallerThe function to call for each GHook.
- marshal_data
- 
            Type: gpointerData to pass to marshaller.The argument can be NULL.The data is owned by the caller of the method.