/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2001 Ximian, Inc. (www.ximian.com) * * 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 Street #330, Boston, MA 02111-1307, USA. * */ #ifndef _MESSAGE_BROWSER_H_ #define _MESSAGE_BROWSER_H_ #include #include #include #include "folder-browser.h" #include "mail-display.h" #include "mail-types.h" #define MESSAGE_BROWSER_TYPE (message_browser_get_type ()) #define MESSAGE_BROWSER(o) (GTK_CHECK_CAST ((o), MESSAGE_BROWSER_TYPE, MessageBrowser)) #define MESSAGE_BROWSER_CLASS(k) (GTK_CHECK_CLASS_CAST((k), MESSAGE_BROWSER_TYPE, MessageBrowserClass)) #define IS_MESSAGE_BROWSER(o) (GTK_CHECK_TYPE ((o), MESSAGE_BROWSER_TYPE)) #define IS_MESSAGE_BROWSER_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), MESSAGE_BROWSER_TYPE)) struct _MessageBrowser { BonoboWindow parent; /* * The current URI being displayed by the MessageBrowser */ FolderBrowser *fb; }; typedef struct { BonoboWindowClass parent_class; } MessageBrowserClass; GtkType message_browser_get_type (void); GtkWidget *message_browser_new (const GNOME_Evolution_Shell shell, const char *uri, const char *uid); #endif /* _MESSAGE_BROWSER_H_ */ lectron4/files/ini-1.3.7'>dependabot/npm_and_yarn/devel/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* audio/terminatorx: Fix build with Clang 6tobik2018-08-012-0/+27
* Mark some ports failing on power64. In cases where the error messagelinimon2017-05-221-0/+2
* Cleanup patches, a* categories.mat2016-07-279-28/+28
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.mat2016-04-011-14/+14
* Get rid of gnomehierbapt2014-12-211-6/+5
* - Add external utilities called in runtime to RUN_DEPENDSamdmi32014-12-121-1/+4
* Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla intijl2014-12-091-1/+1
* Cleanup plistbapt2014-10-201-4/+0
* - USE_(BZIP2|XZ) -> USES= tar:(bzip2|xz)ohauer2014-06-011-2/+1
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
* Chase libmad changesbapt2014-02-051-1/+1
* Fix LIB_DEPENDSantoine2014-02-051-1/+1
* - Stage supportantoine2014-01-182-53/+25
* In preparation for making libtool generate libraries with a sane name, fix allbapt2013-12-111-5/+5
* Update to 0.3.6.kwm2013-11-081-2/+2
* - Remove manual creation and removal of share/applications, as it's now in th...amdmi32013-10-222-2/+0
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Add an explicit dependency on pkgconfbapt2013-09-181-1/+1
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-2/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Unbreak build after autotool updatemiwi2013-07-161-0/+1
* Mechanically convert unmaintained ports which use "gnomehack" to use "pathfix...eadler2013-03-281-2/+2
* - Fix build with clanggahr2013-03-20