Method

GumInterceptorignore_other_threads

Declaration [src]

void
gum_interceptor_ignore_other_threads (
  GumInterceptor* self
)

Description [src]

Restricts interception to the calling thread: invocations on all other threads stop triggering listeners until gum_interceptor_unignore_other_threads() is called.