/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* evolution-shell-view.h * * Copyright (C) 2000 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: Ettore Perazzoli */ #ifndef __EVOLUTION_SHELL_VIEW_H__ #define __EVOLUTION_SHELL_VIEW_H__ #include #include #include "Evolution.h" #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define EVOLUTION_TYPE_SHELL_VIEW (evolution_shell_view_get_type ()) #define EVOLUTION_SHELL_VIEW(obj) (GTK_CHECK_CAST ((obj), EVOLUTION_TYPE_SHELL_VIEW, EvolutionShellView)) #define EVOLUTION_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), EVOLUTION_TYPE_SHELL_VIEW, EvolutionShellViewClass)) #define EVOLUTION_IS_SHELL_VIEW(obj) (GTK_CHECK_TYPE ((obj), EVOLUTION_TYPE_SHELL_VIEW)) #define EVOLUTION_IS_SHELL_VIEW_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), EVOLUTION_TYPE_SHELL_VIEW)) typedef struct _EvolutionShellView EvolutionShellView; typedef struct _EvolutionShellViewPrivate EvolutionShellViewPrivate; typedef struct _EvolutionShellViewClass EvolutionShellViewClass; struct _EvolutionShellView { BonoboObject parent; EvolutionShellViewPrivate *priv; }; struct _EvolutionShellViewClass { BonoboObjectClass parent_class; /* Signals. */ void (* set_message) (EvolutionShellView *shell_view, const char *message, gboolean busy); void (* unset_message) (EvolutionShellView *shell_view); void (* change_current_view) (EvolutionShellView *shell_view, const char *uri); void (* set_title) (EvolutionShellView *shell_view, const char *message); void (* set_folder_bar_label) (EvolutionShellView *shell_view, const char *text); void (* show_settings) (EvolutionShellView *shell_view); POA_GNOME_Evolution_ShellView__epv epv; }; GtkType evolution_shell_view_get_type (void); EvolutionShellView *evolution_shell_view_new (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __EVOLUTION_SHELL_VIEW_H__ */ _and_yarn/devel/electron4/files/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Chase chinese/cce expirationantoine2015-10-261-0/+3
* Deprecate ports broken for more than 6 monthsantoine2015-10-266-0/+12
* Improve shebangfix frameworkamdmi32015-10-192-2/+0
* - Add LICENSE_FILEsunpoet2015-10-181-0/+1
* - Use USES=localbasesunpoet2015-10-181-2/+1
* - Use USES=localbasesunpoet2015-10-181-2/+1
* - Update to 0.22sunpoet2015-10-162-3/+4
* Update to 1.7.2.delphij2015-10-053-3/+4
* Update to 0.3.2.delphij2015-10-054-14/+5
* Update to 1.2.0.delphij2015-10-053-7/+11
* - Update to 4.3.1sunpoet2015-10-012-5/+4
* - Update to 4.3.1sunpoet2015-10-012-5/+4
* Remove the chinese specific version of joe's editorbapt2015-09-262-18/+0
* Specify correctly @post* for gtk-query-immodulesbapt2015-09-264-10/+10
* Update to 5.0.2.jkim2015-09-244-12/+12
* - Add NO_ARCHamdmi32015-09-242-2/+3
* Remove build dependency on the python symlinkantoine2015-09-231-2/+3
* Typos, whitespace and capitalization fixes (A-F).olgeni2015-09-212-2/+2
* - Add NO_ARCHsunpoet2015-09-181-0/+1
* - Add NO_ARCHsunpoet2015-09-181-0/+1
* Make it so that the default Perl is always called perl5.mat2015-09-142-5/+5
* - Fix PORTREVISION to match master port (mail/mutt)sunpoet2015-09-131-1/+1
* eric6 ports: Update to version 6.0.9.bsam2015-09-121-2/+2
* Uses/iconv.mk: Set iconv-related CMake variables.rakuco2015-09-032-11/+1
* Remove BROKEN on powerpc statements: both these ports build and install fine.danfe2015-09-032-4/+0
* - Allow concurrent installation (USE_PYTHON=concurrent)sunpoet2015-09-031-1/+1
* Update LibreOffice to 5.0.1.jkim2015-09-022-8/+8
* - Update to 4.3sunpoet2015-08-312-3/+4
* - Update to 4.3sunpoet2015-08-312-3/+4
* Reset maintainership per mail on freebsd-ports@ listjbeich2015-08-312-2/+2
* Convert ports to use the options helpers in categories [abc]*, and minor fixes.mat2015-08-1913-257/+92
* devel/eric6 and eric6 i18n files: update to version 6.0.8bsam2015-08-181-2/+2
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-172-4/+0
* - Strip shared librarysunpoet2015-08-171-1/+4
* - Strip shared librarysunpoet2015-08-171-1/+4
* Update to 4.2.4flo2015-08-072-3/+3
* - Don't use / in sed regexps to allow paths, unbreaking cross-buildsamdmi32015-08-051-3/+3
* Part 1 of adding USE_GNOME=intltool to ports that require it.kwm2015-08-031-1/+1
* By default libtool replaces -export-symbols <file> with -retain-symbols-filetijl2015-08-022-2/+2
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-1/+0
* chinese/pcmanx: fix LIB_DEPENDS typorobak2015-07-201-2/+2
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-1/+1
* After r390893, chmod u+w/u-w for stripping perl XS modules is unnecessary,adamw2015-06-291-2/+0
* - Update to 4.2.2sunpoet2015-06-282-4/+4
* - Use DISTVERSIONSUFFIX instead of DISTNAMEsunpoet2015-06-281-1/+1
* - Update to 11.3sunpoet2015-06-283-14/+6
* - Update to 1.18sunpoet2015-06-283-14/+6
* - Update to 11.3sunpoet2015-06-284-50/+13
* Start removing MASTER_SITE_SUBDIR=CPAN:username where possible. Theadamw2015-06-241-1/+0
* Reset maintainership for obrienerwin2015-06-131-1/+1
* Set vim's default encoding to utf-8 [1].kevlo2015-06-083-3/+38
* - Style improvementsamdmi32015-06-081-8/+4
* - Add LICENSEamdmi32015-06-031-13/+9
* - Strip binaryamdmi32015-05-281-1/+9
* - Strip libraryamdmi32015-05-281-1/+5
* - Strip libraryamdmi32015-05-281-1/+5
* - Add LICENSEamdmi32015-05-281-11/+8
* - Don't cat pkg-message from Makefilesamdmi32015-05-272-6/+0
* - Update to 0.21sunpoet2015-05-242-4/+3
* Remove $FreeBSD$ from patches files in categories a-j.mat2015-05-221-3/+0
* Replace most occurences of github.com in MASTER_SITES with USE_GITHUB usage.mat2015-05-194-8/+10
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
* - Use DISTVERSIONPREFIX instead of DISTNAMEsunpoet2015-05-161-1/+1
* mail/mutt: update patchesjbeich2015-05-161-1/+1
* MASTER_SITES cleanup.mat2015-05-1410-13/+9
* Cleanup DIST* variables.mat2015-05-12