Signal

GrlRegistry::source-added

since: 0.2.0

Declaration

void
source_added (
  GrlRegistry* self,
  GrlSource* source,
  gpointer user_data
)

Description [src]

Signals that a source has been added to the registry.

Default handler:

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

Signal can be directly emitted on objects from user code
Available since: 0.2.0

Parameters

source

Type: GrlSource

The source that has been added.

The data is owned by the caller of the function.