get_default


Description:

[ Version ( since = "0.2.0" ) ]
public static unowned Registry get_default ()

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.

Returns:

a new or an already created instance of the registry.

It is NOT MT-safe