Signal

GumModuleRegistry::module-removed

Declaration

void
module_removed (
  GumModuleRegistry* self,
  GumModule* module,
  gpointer user_data
)

Description [src]

Emitted when a module is unloaded from the process.

Default handler:

The default handler is called after the handlers added via g_signal_connect().

Parameters

module

Type: GumModule

The module that was unloaded.

The data is owned by the caller of the function.