diff options
author | Perberos <[email protected]> | 2011-12-01 21:42:39 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-12-01 21:42:39 -0300 |
commit | fe8aea1c3b5348347633da18a02b0bffd3b266a1 (patch) | |
tree | 9881bf77df7572844707cc7c50bd8ca6b5a97076 /doc/tmpl/mateweather-mateconf.sgml | |
download | libmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.bz2 libmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.xz |
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'doc/tmpl/mateweather-mateconf.sgml')
-rw-r--r-- | doc/tmpl/mateweather-mateconf.sgml | 136 |
1 files changed, 136 insertions, 0 deletions
diff --git a/doc/tmpl/mateweather-mateconf.sgml b/doc/tmpl/mateweather-mateconf.sgml new file mode 100644 index 0000000..238ab34 --- /dev/null +++ b/doc/tmpl/mateweather-mateconf.sgml @@ -0,0 +1,136 @@ +<!-- ##### SECTION Title ##### --> +mateweather-mateconf + +<!-- ##### SECTION Short_Description ##### --> + + +<!-- ##### SECTION Long_Description ##### --> +<para> + +</para> + +<!-- ##### SECTION See_Also ##### --> +<para> + +</para> + +<!-- ##### SECTION Stability_Level ##### --> + + +<!-- ##### STRUCT MateWeatherMateConf ##### --> +<para> + +</para> + + +<!-- ##### FUNCTION mateweather_mateconf_new ##### --> +<para> + +</para> + +@prefix: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_free ##### --> +<para> + +</para> + +@ctx: + + +<!-- ##### FUNCTION mateweather_mateconf_get_client ##### --> +<para> + +</para> + +@ctx: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_get_location ##### --> +<para> + +</para> + +@ctx: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_get_full_key ##### --> +<para> + +</para> + +@ctx: +@key: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_set_bool ##### --> +<para> + +</para> + +@ctx: +@key: +@the_bool: +@opt_error: + + +<!-- ##### FUNCTION mateweather_mateconf_set_int ##### --> +<para> + +</para> + +@ctx: +@key: +@the_int: +@opt_error: + + +<!-- ##### FUNCTION mateweather_mateconf_set_string ##### --> +<para> + +</para> + +@ctx: +@key: +@the_string: +@opt_error: + + +<!-- ##### FUNCTION mateweather_mateconf_get_bool ##### --> +<para> + +</para> + +@ctx: +@key: +@opt_error: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_get_int ##### --> +<para> + +</para> + +@ctx: +@key: +@opt_error: +@Returns: + + +<!-- ##### FUNCTION mateweather_mateconf_get_string ##### --> +<para> + +</para> + +@ctx: +@key: +@opt_error: +@Returns: + + |