Method

GumInterceptorbegin_transaction

Declaration [src]

void
gum_interceptor_begin_transaction (
  GumInterceptor* self
)

Description [src]

Begins a transaction, deferring activation of any attach, replace and revert operations until the matching gum_interceptor_end_transaction(). Batching changes this way is faster and lets a set of modifications be applied as a unit. Transactions nest; only ending the outermost one applies the changes.