get_default


Description:

public static unowned Engine get_default ()

Returns the default Engine.

All clients should use this, unless they are special configuration-related tools. The caller of this function assumes one reference count, and must call gconf_engine_unref at some point. It's fairly important to unref the Engine, to cleanly close the connection to <application>gconfd</application>. So if possible close the connection before exiting your application.

Returns:

the default Engine.