/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-composer.h * * Copyright (C) 2000 Ximian, 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: Dan Winship */ #ifndef __EVOLUTION_COMPOSER_H__ #define __EVOLUTION_COMPOSER_H__ #include #include "Composer.h" #include "e-msg-composer.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define EVOLUTION_TYPE_COMPOSER (evolution_composer_get_type ()) #define EVOLUTION_COMPOSER(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_COMPOSER, EvolutionComposer)) #define EVOLUTION_COMPOSER_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_COMPOSER, EvolutionComposerClass)) #define EVOLUTION_IS_COMPOSER(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_COMPOSER)) #define EVOLUTION_IS_COMPOSER_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_COMPOSER)) typedef struct _EvolutionComposer EvolutionComposer; typedef struct _EvolutionComposerClass EvolutionComposerClass; struct _EvolutionComposer { BonoboObject parent; EMsgComposer *composer; }; struct _EvolutionComposerClass { BonoboObjectClass parent_class; }; POA_GNOME_Evolution_Composer__epv *evolution_composer_get_epv (void); GtkType evolution_composer_get_type (void); void evolution_composer_construct (EvolutionComposer *, GNOME_Evolution_Composer); EvolutionComposer *evolution_composer_new (void); void evolution_composer_factory_init (void (*send) (EMsgComposer *, gpointer), void (*postpone) (EMsgComposer *, gpointer)); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EVOLUTION_COMPOSER_H__ */ ot/npm_and_yarn/devel/electron4/files/minimist-1.2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/git
Commit message (Expand)AuthorAgeFilesLines
* devel/git: Update to 2.13.0garga2017-05-103-11/+20
* - Fix shebangsmiwi2017-04-221-0/+9
* - Update devel/git to 2.12.1garga2017-03-214-64/+43
* Fix devel/git PLIST when HTMLDOCS is ongarga2017-02-101-2/+2
* Update devel/git to 2.11.1garga2017-02-103-9/+11
* Remove dependency of DEPRECATED mail/p5-Net-SMTP-SSL from devel/gitgarga2017-01-182-3/+84
* devel/git: Fix build with PERL option disabledkoobs2016-12-052-1/+15
* When CONTRIB option is ON a good number of extra dependencies is addedgarga2016-12-022-9/+13
* Revert part of r427504garga2016-12-022-1/+7
* - Fix build with PERL and non-default LOCALBASE [1]garga2016-12-012-16/+5
* Update to 2.11.0.adamw2016-12-013-8/+14
* Update to 2.10.2.adamw2016-11-263-9/+13
* Split targets so that they use options helpers when possible.mat2016-11-152-27/+42
* devel/git: Do not install elisp files for XEmacsjrm2016-10-272-9/+1
* ${RM} already has -f.mat2016-10-211-1/+1
* Fix plist when NLS option is unset.jkim2016-10-141-12/+12
* Update to 2.10.1.mat2016-10-135-868/+882
* devel/git: bump PORTREVISION as OPTIONS_DEFAULT changedpi2016-08-271-1/+1
* devel/git: Enable GITWEB by defaultpi2016-08-261-3/+2
* Add a PCRE option to allow git grep to be build with pcre support.mat2016-08-031-2/+6
* Update devel/git to 2.9.2garga2016-07-183-8/+10
* Update devel/git to 2.9.0garga2016-06-144-74/+26
* Respect BSD's STRIP instead of checking only WITH_DEBUGgarga2016-06-121-1/+1
* Update devel/git to 2.8.4garga2016-06-113-7/+13
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by...amdmi32016-05-241-1/+1
* - Fix trailing whitespace in pkg-messagesamdmi32016-05-191-1/+1
* - Update devel/git to 2.8.1garga2016-04-114-27/+13
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.mat2016-04-011-13/+13
* Import a patch from git mailing list to fix build with gcc 4.2.1 andgarga2016-03-212-4/+14
* Fix devel/git build on 9.xgarga2016-03-201-0/+4
* Update devel/git to 2.7.4garga2016-03-183-8/+11
* Fix plist with NLS on after r409422.rakuco2016-02-232-0/+2
* Update devel/git to 2.7.2garga2016-02-233-7/+9
* Lighten up the Perl dependencies.adamw2016-02-052-9/+12
* Update devel/git to 2.7.0garga2016-01-063-7/+13
* - prepare for devel/subversion17 removalohauer2015-12-301-2/+2
* Update devel/git to 2.6.4garga2015-12-093-7/+9
* Update devel/git to 2.6.3garga2015-11-105-14/+17
* Update devel/git to 2.6.2garga2015-10-203-7/+8
* Update devel/git to 2.6.1garga2015-10-063-7/+11
* - Update devel/git to 2.6.0garga2015-10-014-15/+17
* - Add devel/git-gui, a devel/git slave port with GUI option enabledgarga2015-09-291-1/+2
* Update devel/git to 2.5.3garga2015-09-183-7/+8
* Update to 2.5.2garga2015-09-115-73/+11
* - Update to 2.5.1garga2015-09-046-14/+102
* - Update git to 2.4.6garga2015-07-175-19/+19
* - Add missing shebang fixamdmi32015-06-271-1/+3
* Update to 2.4.5garga2015-06-263-7/+10
* Update to 2.4.2garga2015-05-273-7/+8
* Update to 2.4.1garga2015-05-153-7/+8
* Cleanup DIST* variables.mat2015-05-121-4/+3
* Update to 2.4.0garga2015-05-053-78/+82
* Update to 2.3.7garga2015-04-283-7/+8
* Update to 2.3.6garga2015-04-223-7/+8
* Update to 2.3.5garga2015-04-013-7/+8
* Update to 2.3.4garga2015-03-243-7/+8
* Update to 2.3.3garga2015-03-153-7/+8
* Update to 2.3.2garga2015-03-073-7/+8
* - Update to 2.3.1garga2015-02-253-132/+76
* Update to 2.3.0garga2015-02-066-180/+8
* Unbreak build with devel/utf8cpp installedjbeich2015-01-251-1/+1
* Switch ports depending on docbook* through a directory name to a package name,antoine2015-01-241-1/+1
* - Remove converters/p5-MIME-Base64 from RUN_DEPENDS since it's already in allgarga2015-01-131-1/+1
* Update to 2.2.2garga2015-01-133-8/+9
* Fix PLIST and bump PORTREVISIONgarga2015-01-082-2/+3
* - Add a pkg-message warning user about git diff color being broken withgarga2015-01-082-0/+13
* Over to garga@.wxs2014-12-291-1/+1
* Upgrade to 2.2.1.des2014-12-193-10/+24
* - Add empty directory to plistamdmi32014-12-161-0/+1
* Support for git svn propset.alfred2014-11-293-0/+172
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-5/+1
* - Convert ports of devel/ to USES=pythonmva2014-10-211-1/+1
* Update to 2.1.2.wxs2014-10-16