Signal

IdeRunManager::run

Declaration

void
run (
  IdeRunManager* self,
  IdeRunContext* run_context,
  gpointer user_data
)

Description

This signal is emitted to allow plugins to add additional settings to a run context before a launcher is created.

Generally this can only be used in certain situations and you probably want to modify the run context in another way such as a deploy strategry, runtime, or similar.

Default handler:

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

Parameters

run_context

Type: IdeRunContext

An IdeRunContext.

The data is owned by the caller of the function.