Hook.func

the function to call when this hook is invoked. The possible signatures for this function are GHookFunc and GHookCheckFunc

  1. void* func [@property getter]
  2. void* func [@property setter]
    class Hook
    @property
    void
    func
    (
    void* value
    )