![]() |
![]() |
![]() |
libmateweather Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
MateWeatherMateConf; MateWeatherMateConf * mateweather_mateconf_new (const char *prefix
); void mateweather_mateconf_free (MateWeatherMateConf *ctx
); MateConfClient * mateweather_mateconf_get_client (MateWeatherMateConf *ctx
); WeatherLocation * mateweather_mateconf_get_location (MateWeatherMateConf *ctx
); gchar * mateweather_mateconf_get_full_key (MateWeatherMateConf *ctx
,const gchar *key
); void mateweather_mateconf_set_bool (MateWeatherMateConf *ctx
,const gchar *key
,gboolean the_bool
,GError **opt_error
); void mateweather_mateconf_set_int (MateWeatherMateConf *ctx
,const gchar *key
,gint the_int
,GError **opt_error
); void mateweather_mateconf_set_string (MateWeatherMateConf *ctx
,const gchar *key
,const gchar *the_string
,GError **opt_error
); gboolean mateweather_mateconf_get_bool (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
); gint mateweather_mateconf_get_int (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
); gchar * mateweather_mateconf_get_string (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
);
MateWeatherMateConf * mateweather_mateconf_new (const char *prefix
);
|
|
Returns : |
MateConfClient * mateweather_mateconf_get_client (MateWeatherMateConf *ctx
);
|
|
Returns : |
WeatherLocation * mateweather_mateconf_get_location (MateWeatherMateConf *ctx
);
|
|
Returns : |
gchar * mateweather_mateconf_get_full_key (MateWeatherMateConf *ctx
,const gchar *key
);
|
|
|
|
Returns : |
void mateweather_mateconf_set_bool (MateWeatherMateConf *ctx
,const gchar *key
,gboolean the_bool
,GError **opt_error
);
|
|
|
|
|
|
|
void mateweather_mateconf_set_int (MateWeatherMateConf *ctx
,const gchar *key
,gint the_int
,GError **opt_error
);
|
|
|
|
|
|
|
void mateweather_mateconf_set_string (MateWeatherMateConf *ctx
,const gchar *key
,const gchar *the_string
,GError **opt_error
);
|
|
|
|
|
|
|
gboolean mateweather_mateconf_get_bool (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
);
|
|
|
|
|
|
Returns : |
gint mateweather_mateconf_get_int (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
);
|
|
|
|
|
|
Returns : |
gchar * mateweather_mateconf_get_string (MateWeatherMateConf *ctx
,const gchar *key
,GError **opt_error
);
|
|
|
|
|
|
Returns : |