TomoeConfig

TomoeConfig —

Synopsis




            TomoeConfig;
TomoeConfig* tomoe_config_new               (const char *config_file);
void        tomoe_config_load               (TomoeConfig *config);
const gchar* tomoe_config_get_filename      (TomoeConfig *config);
TomoeShelf* tomoe_config_make_shelf         (TomoeConfig *config);

Object Hierarchy


  GObject
   +----TomoeConfig

Properties


  "filename"             gchararray            : Read / Write / Construct

Description

Details

TomoeConfig

typedef struct _TomoeConfig TomoeConfig;


tomoe_config_new ()

TomoeConfig* tomoe_config_new               (const char *config_file);

config_file :
Returns :

tomoe_config_load ()

void        tomoe_config_load               (TomoeConfig *config);

config :

tomoe_config_get_filename ()

const gchar* tomoe_config_get_filename      (TomoeConfig *config);

config :
Returns :

tomoe_config_make_shelf ()

TomoeShelf* tomoe_config_make_shelf         (TomoeConfig *config);

config :
Returns :

Property Details

The "filename" property

  "filename"             gchararray            : Read / Write / Construct

The Filename for storing user settings.

Default value: NULL