Function

GrlRegistryget_default

since: 0.2.0

Declaration [src]

GrlRegistry*
grl_registry_get_default (
  void
)

Description [src]

As the registry is designed to work as a singleton, this method is in charge of creating the only instance or returned it if it is already in memory.

Available since: 0.2.0

Return value

Type: GrlRegistry

A new or an already created instance of the registry.

It is NOT MT-safe.

The data is owned by the called function.