Function
Gummake_probe_listener
Declaration [src]
GumInvocationListener*
gum_make_probe_listener (
GumInvocationCallback on_hit,
gpointer data,
GDestroyNotify data_destroy
)
Parameters
on_hit-
Type:
GumInvocationCallbackCallback for each invocation.
data-
Type:
gpointerData to pass to
on_hit.The argument can be NULL.The data is owned by the caller of the function. data_destroy-
Type:
GDestroyNotifyFunction to destroy
data.
Return value
Type: GumInvocationListener
The newly created listener.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |