Method

GrlRegistrylookup_source

since: 0.2.0

Declaration [src]

GrlSource*
grl_registry_lookup_source (
  GrlRegistry* registry,
  const gchar* source_id
)

Description [src]

This function will search and retrieve a source given its identifier.

Available since: 0.2.0

Parameters

source_id

Type: const gchar*

The id of a source.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.

Return value

Type: GrlSource

The source found.

The data is owned by the instance.