From 44b85ff8d08023f49be431f1a8514240b9b4b276 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Tue, 4 Sep 2012 16:57:10 +0200 Subject: migrate to gsettings --- doc/html/libmateweather-mateweather-mateconf.html | 405 ---------------------- doc/tmpl/mateweather-mateconf.sgml | 136 -------- 2 files changed, 541 deletions(-) delete mode 100644 doc/html/libmateweather-mateweather-mateconf.html delete mode 100644 doc/tmpl/mateweather-mateconf.sgml (limited to 'doc') diff --git a/doc/html/libmateweather-mateweather-mateconf.html b/doc/html/libmateweather-mateweather-mateconf.html deleted file mode 100644 index d0becc8..0000000 --- a/doc/html/libmateweather-mateweather-mateconf.html +++ /dev/null @@ -1,405 +0,0 @@ - - - - -mateweather-mateconf - - - - - - - - - - - - - - - - - - - -
-
-
- - -
-

mateweather-mateconf

-

mateweather-mateconf

-
-
-

Synopsis

-
                    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);
-
-
-
-

Description

-

-

-
-
-

Details

-
-

MateWeatherMateConf

-
typedef struct _MateWeatherMateConf MateWeatherMateConf;
-

-

-
-
-
-

mateweather_mateconf_new ()

-
MateWeatherMateConf *     mateweather_mateconf_new                  (const char *prefix);
-

-

-
-- - - - - - - - - - -

prefix :

-

Returns :

-
-
-
-
-

mateweather_mateconf_free ()

-
void                mateweather_mateconf_free                 (MateWeatherMateConf *ctx);
-

-

-
-- - - - -

ctx :

-
-
-
-
-

mateweather_mateconf_get_client ()

-
MateConfClient *       mateweather_mateconf_get_client           (MateWeatherMateConf *ctx);
-

-

-
-- - - - - - - - - - -

ctx :

-

Returns :

-
-
-
-
-

mateweather_mateconf_get_location ()

-
WeatherLocation *   mateweather_mateconf_get_location         (MateWeatherMateConf *ctx);
-

-

-
-- - - - - - - - - - -

ctx :

-

Returns :

-
-
-
-
-

mateweather_mateconf_get_full_key ()

-
gchar *             mateweather_mateconf_get_full_key         (MateWeatherMateConf *ctx,
-                                                         const gchar *key);
-

-

-
-- - - - - - - - - - - - - - -

ctx :

-

key :

-

Returns :

-
-
-
-
-

mateweather_mateconf_set_bool ()

-
void                mateweather_mateconf_set_bool             (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         gboolean the_bool,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

the_bool :

-

opt_error :

-
-
-
-
-

mateweather_mateconf_set_int ()

-
void                mateweather_mateconf_set_int              (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         gint the_int,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

the_int :

-

opt_error :

-
-
-
-
-

mateweather_mateconf_set_string ()

-
void                mateweather_mateconf_set_string           (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         const gchar *the_string,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

the_string :

-

opt_error :

-
-
-
-
-

mateweather_mateconf_get_bool ()

-
gboolean            mateweather_mateconf_get_bool             (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

opt_error :

-

Returns :

-
-
-
-
-

mateweather_mateconf_get_int ()

-
gint                mateweather_mateconf_get_int              (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

opt_error :

-

Returns :

-
-
-
-
-

mateweather_mateconf_get_string ()

-
gchar *             mateweather_mateconf_get_string           (MateWeatherMateConf *ctx,
-                                                         const gchar *key,
-                                                         GError **opt_error);
-

-

-
-- - - - - - - - - - - - - - - - - - -

ctx :

-

key :

-

opt_error :

-

Returns :

-
-
-
-
- - - \ No newline at end of file diff --git a/doc/tmpl/mateweather-mateconf.sgml b/doc/tmpl/mateweather-mateconf.sgml deleted file mode 100644 index 238ab34..0000000 --- a/doc/tmpl/mateweather-mateconf.sgml +++ /dev/null @@ -1,136 +0,0 @@ - -mateweather-mateconf - - - - - - - - - - - - - - - - - - - - - - - - - - - - -@prefix: -@Returns: - - - - - - - -@ctx: - - - - - - - -@ctx: -@Returns: - - - - - - - -@ctx: -@Returns: - - - - - - - -@ctx: -@key: -@Returns: - - - - - - - -@ctx: -@key: -@the_bool: -@opt_error: - - - - - - - -@ctx: -@key: -@the_int: -@opt_error: - - - - - - - -@ctx: -@key: -@the_string: -@opt_error: - - - - - - - -@ctx: -@key: -@opt_error: -@Returns: - - - - - - - -@ctx: -@key: -@opt_error: -@Returns: - - - - - - - -@ctx: -@key: -@opt_error: -@Returns: - - -- cgit v1.2.1