Function
GObjectsignal_get_invocation_hint
Declaration [src]
GSignalInvocationHint*
g_signal_get_invocation_hint (
  GObject* instance
)
Parameters
- instance
- 
            Type: GObjectThe instance to query. The data is owned by the caller of the function. 
Return value
Type: GSignalInvocationHint
The invocation hint of the innermost
    signal emission, or NULL if not found.
| The data is owned by the called function. | 
| The return value can be NULL. |