Signal

EDataServerSourceRegistry::source-changed

Declaration

void
source_changed (
  ESourceRegistry* self,
  ESource* source,
  gpointer user_data
)

Description [src]

Emitted when an ESource registered with registry emits its ESource::changed signal.

Default handler:

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

Parameters

source

Type: ESource

The ESource that changed.

The data is owned by the caller of the function.