/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* weather.h * * Copyright (C) 2001 Ximian, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of version 2 of the GNU General Public * License as published by the Free Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. * * You should have received a copy of the GNU General Public * License along with this program; if not, write to the * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. * * Author: Iain Holmes */ #ifndef __WEATHER_H__ #define __WEATHER_H__ #include "e-summary-weather.h" #include typedef struct _Weather { char *location; char *html; GnomeVFSAsyncHandle *handle; GString *string; char *buffer; ESummary *summary; gboolean valid; ESummaryWeatherLocation *loc; ESummaryWeatherUnits units; ESummaryWeatherUpdate update; ESummaryWeatherSky sky; ESummaryWeatherConditions cond; ESummaryWeatherTemperature temp; ESummaryWeatherTemperature dew; ESummaryWeatherHumidity humidity; ESummaryWeatherWindDir wind; ESummaryWeatherWindSpeed windspeed; ESummaryWeatherPressure pressure; ESummaryWeatherVisibility visibility; char *forecast; } Weather; #endif l/electron4/files/bl-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation with Clang 4.0.jkim2017-05-311-0/+11
* . Update to b43.glewis2017-05-302-6/+13
* Update to b41.jkim2017-01-193-264/+16
* The output of tools like awk, date, sort, tr,... depends on the currenttijl2017-01-181-1/+1
* Update cacerts file using the one included in 8u111 release.ale2016-10-242-0/+1
* ${RM} already has -f.mat2016-10-211-2/+2
* Update to b40.jkim2016-08-264-301/+268
* Update to use Apache Ant 1.9.7.jkim2016-08-242-3/+4
* Fix typobapt2016-07-311-2/+2
* Use the new @javavmbapt2016-07-311-13/+3
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1
* Update to b39.jkim2016-05-063-16/+30
* Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.mat2016-04-0111 +0800'>2018-03-161-1/+0
* Add more random itemsBryan Drewery2018-03-161-0/+71
* Add some more random functions in all releases.Bryan Drewery2018-03-161-1/+64
* Remove MPL (without version) licenseDanilo G. Baio2017-11-041-373/+0
* Templates/Licenses: Add MPL[10|11]Danilo G. Baio2017-07-283-0/+1202
* Add The Unlicense to Mk/bsd.licenses.db.mkTobias Kortkamp2017-07-051-0/+24
* Add more functions to the autoconf cache that appeared in FreeBSD 9 or 10.Rene Ladan2017-06-111-9/+5
* Add the DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE versions 1 and 2.Mathieu Arnold2017-05-102-0/+27
* Add powerpcspe to config.sub templateJustin Hibbits2017-05-031-2/+2
* Cache ac_cv_sys_long_file_names conftest result (always yes)John Marino2016-05-071-0/+3
* Re-apply r400350 which is correct, to remove libutil-provided symbols.Bryan Drewery2015-10-281-3/+0
* Revert recent config.site changes, ports-mgmt/pkg fails to build on FreeBSDAntoine Brodin2015-10-281-225/+15
* Indent and remove more libutil functions.Bryan Drewery2015-10-281-9/+6
* Fix reversed logic for utmp vs utxBryan Drewery2015-10-281-1/+1
* Woops, openpty is libutil as fixed before but missed in previous commit.Bryan Drewery2015-10-281-1/+1
* Correct a commentBryan Drewery2015-10-281-1/+1
* Add more cached values.Bryan Drewery2015-10-281-12/+228
* Remove functions provided by libutil.Bryan Drewery2015-10-281-3/+0