![]() |
![]() |
![]() |
Buzztard Bt-Core Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
BtGConfSettingsBtGConfSettings — gconf based implementation sub class for buzztard settings handling |
#include <libbtcore/core.h>
BtGConfSettings;
BtGConfSettings * bt_gconf_settings_new (void
);
GConf is the standart mechanism used in GNOME to handle persistance of application settings and status.
typedef struct _BtGConfSettings BtGConfSettings;
gconf based implementation object for a buzztard based settings
BtGConfSettings * bt_gconf_settings_new (void
);
Create a new instance.
Returns : |
the new instance or NULL in case of an error
|