Method
GumInterceptorflush_listener
Declaration [src]
gboolean
gum_interceptor_flush_listener (
GumInterceptor* self,
GumInvocationListener* listener
)
Description [src]
Like gum_interceptor_flush(), but reports specifically whether
listener is no longer referenced by any in-flight invocation, so it is safe
to release.
Parameters
listener-
Type:
GumInvocationListenerThe listener of interest.
The data is owned by the caller of the method.