summaryrefslogtreecommitdiff
path: root/doc/libmateweather-sections.txt
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-12-01 21:42:39 -0300
committerPerberos <[email protected]>2011-12-01 21:42:39 -0300
commitfe8aea1c3b5348347633da18a02b0bffd3b266a1 (patch)
tree9881bf77df7572844707cc7c50bd8ca6b5a97076 /doc/libmateweather-sections.txt
downloadlibmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.bz2
libmateweather-fe8aea1c3b5348347633da18a02b0bffd3b266a1.tar.xz
moving from https://github.com/perberos/mate-desktop-environment
Diffstat (limited to 'doc/libmateweather-sections.txt')
-rw-r--r--doc/libmateweather-sections.txt185
1 files changed, 185 insertions, 0 deletions
diff --git a/doc/libmateweather-sections.txt b/doc/libmateweather-sections.txt
new file mode 100644
index 0000000..7e9ef1d
--- /dev/null
+++ b/doc/libmateweather-sections.txt
@@ -0,0 +1,185 @@
+<SECTION>
+<FILE>timezone-menu</FILE>
+<TITLE>MateWeatherTimezoneMenu</TITLE>
+MateWeatherTimezoneMenu
+mateweather_timezone_menu_new
+mateweather_timezone_menu_set_tzid
+mateweather_timezone_menu_get_tzid
+<SUBSECTION Standard>
+MATEWEATHER_TIMEZONE_MENU
+MATEWEATHER_IS_TIMEZONE_MENU
+MATEWEATHER_TYPE_TIMEZONE_MENU
+mateweather_timezone_menu_get_type
+MATEWEATHER_TIMEZONE_MENU_CLASS
+MATEWEATHER_IS_TIMEZONE_MENU_CLASS
+MATEWEATHER_TIMEZONE_MENU_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>location-entry</FILE>
+<TITLE>MateWeatherLocationEntry</TITLE>
+MateWeatherLocationEntry
+mateweather_location_entry_new
+mateweather_location_entry_set_location
+mateweather_location_entry_get_location
+mateweather_location_entry_set_city
+<SUBSECTION Standard>
+MATEWEATHER_LOCATION_ENTRY
+MATEWEATHER_IS_LOCATION_ENTRY
+MATEWEATHER_TYPE_LOCATION_ENTRY
+mateweather_location_entry_get_type
+MATEWEATHER_LOCATION_ENTRY_CLASS
+MATEWEATHER_IS_LOCATION_ENTRY_CLASS
+MATEWEATHER_LOCATION_ENTRY_GET_CLASS
+</SECTION>
+
+<SECTION>
+<FILE>mateweather-timezone</FILE>
+MateWeatherTimezone
+mateweather_timezone_get_name
+mateweather_timezone_get_tzid
+mateweather_timezone_get_offset
+mateweather_timezone_has_dst
+mateweather_timezone_get_dst_offset
+mateweather_timezone_ref
+mateweather_timezone_unref
+<SUBSECTION Standard>
+mateweather_timezone_get_type
+MATEWEATHER_TYPE_TIMEZONE
+</SECTION>
+
+<SECTION>
+<FILE>mateweather-xml</FILE>
+mateweather_xml_load_locations
+</SECTION>
+
+<SECTION>
+<FILE>mateweather-mateconf</FILE>
+MateWeatherMateConf
+mateweather_mateconf_new
+mateweather_mateconf_free
+mateweather_mateconf_get_client
+mateweather_mateconf_get_location
+mateweather_mateconf_get_full_key
+mateweather_mateconf_set_bool
+mateweather_mateconf_set_int
+mateweather_mateconf_set_string
+mateweather_mateconf_get_bool
+mateweather_mateconf_get_int
+mateweather_mateconf_get_string
+</SECTION>
+
+<SECTION>
+<FILE>mateweather-prefs</FILE>
+MATECONF_TEMP_UNIT
+MATECONF_SPEED_UNIT
+MATECONF_PRESSURE_UNIT
+MATECONF_DISTANCE_UNIT
+MateWeatherPrefs
+mateweather_prefs_load
+mateweather_prefs_temp_enum_to_string
+mateweather_prefs_speed_enum_to_string
+mateweather_prefs_pressure_enum_to_string
+mateweather_prefs_distance_enum_to_string
+mateweather_prefs_parse_temperature
+mateweather_prefs_parse_speed
+mateweather_prefs_get_temp_display_name
+mateweather_prefs_get_speed_display_name
+mateweather_prefs_get_pressure_display_name
+mateweather_prefs_get_distance_display_name
+</SECTION>
+
+<SECTION>
+<FILE>mateweather-location</FILE>
+MateWeatherLocation
+MateWeatherLocationLevel
+mateweather_location_new_world
+mateweather_location_ref
+mateweather_location_unref
+mateweather_location_get_name
+mateweather_location_get_sort_name
+mateweather_location_get_level
+mateweather_location_get_parent
+mateweather_location_get_children
+mateweather_location_free_children
+mateweather_location_has_coords
+mateweather_location_get_coords
+mateweather_location_get_distance
+mateweather_location_get_country
+mateweather_location_get_timezone
+mateweather_location_get_timezones
+mateweather_location_free_timezones
+mateweather_location_get_code
+mateweather_location_get_city_name
+mateweather_location_get_weather
+<SUBSECTION Standard>
+mateweather_location_get_type
+MATEWEATHER_TYPE_LOCATION
+</SECTION>
+
+<SECTION>
+<FILE>weather</FILE>
+WeatherLocation
+weather_location_new
+weather_location_clone
+weather_location_free
+weather_location_equal
+WeatherForecastType
+TempUnit
+SpeedUnit
+PressureUnit
+DistanceUnit
+WeatherPrefs
+WeatherInfo
+WeatherInfoFunc
+weather_info_new
+weather_info_update
+weather_info_abort
+weather_info_clone
+weather_info_free
+weather_info_is_valid
+weather_info_network_error
+weather_info_to_metric
+weather_info_to_imperial
+weather_info_get_location
+weather_info_get_location_name
+weather_info_get_update
+weather_info_get_sky
+weather_info_get_conditions
+weather_info_get_temp
+weather_info_get_temp_min
+weather_info_get_temp_max
+weather_info_get_dew
+weather_info_get_humidity
+weather_info_get_wind
+weather_info_get_pressure
+weather_info_get_visibility
+weather_info_get_apparent
+weather_info_get_sunrise
+weather_info_get_sunset
+weather_info_get_forecast
+weather_info_get_forecast_list
+weather_info_get_radar
+weather_info_get_temp_summary
+weather_info_get_weather_summary
+weather_info_get_icon_name
+weather_info_next_sun_event
+WeatherWindDirection
+WeatherSky
+WeatherConditionPhenomenon
+WeatherConditionQualifier
+weather_info_get_value_update
+weather_info_get_value_sky
+weather_info_get_value_conditions
+weather_info_get_value_temp
+weather_info_get_value_temp_min
+weather_info_get_value_temp_max
+weather_info_get_value_dew
+weather_info_get_value_apparent
+weather_info_get_value_wind
+weather_info_get_value_pressure
+weather_info_get_value_visibility
+weather_info_get_value_sunrise
+weather_info_get_value_sunset
+</SECTION>
+