Signal

GumModuleRegistry::module-added

Declaration

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

Description [src]

Emitted when a module is loaded into 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 loaded.

The data is owned by the caller of the function.