/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-session.h * * Copyright (C) 2000 Helix Code, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * * 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: Ettore Perazzoli */ #ifndef __EVOLUTION_SESSION_H__ #define __EVOLUTION_SESSION_H__ #ifdef HAVE_CONFIG_H #include #endif #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define EVOLUTION_TYPE_SESSION (evolution_session_get_type ()) #define EVOLUTION_SESSION(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_SESSION, EvolutionSession)) #define EVOLUTION_SESSION_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_SESSION, EvolutionSessionClass)) #define EVOLUTION_IS_SESSION(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SESSION)) #define EVOLUTION_IS_SESSION_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SESSION)) typedef struct _EvolutionSession EvolutionSession; typedef struct _EvolutionSessionPrivate EvolutionSessionPrivate; typedef struct _EvolutionSessionClass EvolutionSessionClass; struct _EvolutionSession { BonoboObject parent; EvolutionSessionPrivate *priv; }; struct _EvolutionSessionClass { BonoboObjectClass parent_class; void (* save_configuration) (EvolutionSession *session, const char *prefix); void (* load_configuration) (EvolutionSession *session, const char *prefix); }; GtkType evolution_session_get_type (void); void evolution_session_construct (EvolutionSession *session, CORBA_Object corba_session); EvolutionSession *evolution_session_new (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EVOLUTION_SESSION_H__ */ pm_and_yarn/devel/electron4/files/minimist-1.2.3'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Regenerate all distfiles using gitlab as source.Matthias Fechner2021-04-101-3/+3
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* Update libvdpau to 1.4Guido Falsi2020-05-232-6/+5
* Add missing dependency on libX11.Guido Falsi2020-03-171-1/+2
* - Update libvdpau and vdpauinfo to 1.3Guido Falsi2019-12-202-19/+12
* Add USES=xorg USES=gl, ports categories mNiclas Zeising2019-11-071-1/+1
* Change x11/xorgproto to become a build depNiclas Zeising2018-09-121-1/+1
* Switch to xorgproto instead of individual packagesNiclas Zeising2018-08-011-1/+2
* Don't modify OPTIONS_DEFAULT from external variables.Guido Falsi2017-11-051-4/+0
* - WITH_DEBUG=yes is set by the infrastructure when the DEBUG optionGuido Falsi2017-10-221-1/+4
* Correct port WITH_DEBUG support and simplify Makefile.Guido Falsi2017-10-221-14/+5
* Update to 1.1.1Guido Falsi2015-11-252-3/+3
* Update to 1.1Guido Falsi2015-08-252-3/+3
* Update to 1.0.Guido Falsi2015-03-102-3/+3
* Update to 0.9.Guido Falsi2015-02-072-4/+3
* - Clean up plistGuido Falsi2014-11-181-2/+0
* These ports does use GNU configure.Guido Falsi2014-09-181-1/+1
* - Convert to USES autoreconfGuido Falsi2014-09-182-9/+4
* Distfile rerolled, update distinfo.Guido Falsi2014-08-061-2/+2
* - Update libvdpau to 0.8Guido Falsi2014-07-032-4/+3
* Convert to USES=tar:xzGuido Falsi2014-06-181-2/+1
* Add USES=libtool and adjust plist accordingly.Guido Falsi2014-05-112-1/+4
* - Support stagingGuido Falsi2013-09-291-7/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...Baptiste Daroussin2013-09-211-0/+1
* Add an explicit dependency on pkgconfAntoine Brodin2013-09-031-0/+1
* - Update to 0.7Guido Falsi2013-08-073-4/+4
* Update to 0.6Guido Falsi2013-02-052-4/+3
* - Switch back to cgit snapshotGuido Falsi2012-10-243-15/+32
* Change back to the people.freedesktop url.Eitan Adler2012-09-192-3/+3
* Upgrade to 0.5Eitan Adler2012-09-193-15/+14
* - Reset ports to heap due to mail bouncesThomas Abthorpe2011-12-271-1/+1
* - remove MD5Olli Hauer2011-07-031-1/+0
* Respect DEBUG/STRIPMax Brazhnikov2011-01-131-1/+12