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: GumInvocationListener

The listener of interest.

The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if listener has no pending teardown left.