get_default


Description:

public static unowned Engine get_default ()

Return the existing instance of Engine or a subclass of it.

If no Engine subclass has been instantiated yet, the first call of this function will return a new instance of Engine.

Note: this function should never be used when multiple threads are using libpeas API as it is not thread-safe.

Returns:

the existing instance of Engine.