/* -*- 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 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. * */ #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) (G_TYPE_CHECK_INSTANCE_CAST ((o), MESSAGE_BROWSER_TYPE, MessageBrowser)) #define MESSAGE_BROWSER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), MESSAGE_BROWSER_TYPE, MessageBrowserClass)) #define IS_MESSAGE_BROWSER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), MESSAGE_BROWSER_TYPE)) #define IS_MESSAGE_BROWSER_CLASS(k) (G_TYPE_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_ */ /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
* - Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOTwxs2009-09-191-1/+1
* - Add .bak to the list of files to be deleted in post-patch (the CHECK_FOR_ROOTwxs2009-09-191-3/+1
* - Add support for FreeBSD 9.0miwi2009-09-183-5/+25
* - Add support for FreeBSD 9.0miwi2009-09-173-0/+27
* Update for version 2.12dougb2009-09-153-2/+116
* Update for version 2.12:dougb2009-09-151-10/+18
* New Featuresdougb2009-09-151-96/+132
* portrac is a simple GUI tool for tracking port updates.miwi2009-09-134-0/+48
* Add 2 new patches being tested by flz@ in the next -exp run: uid/gidlinimon2009-09-131-10/+19
* - Update to 0.99sergei2009-09-104-115/+4
* Catch up with master 1.627. While here, include the latest version oflinimon2009-09-081-4/+101
* - Update GHC and Haskell ports to 6.10.4 (for both i386 and amd64), bumppgj2009-09-024-48/+132
* - Update to 0.15amdmi32009-09-022-4/+5
* - Update to 1.3.araujo2009-08-312-4/+4
* Catch up with master 1.626.linimon2009-08-291-36/+24
* Update for version 2.11dougb2009-08-251-1/+1
* 1. Add a "quick start" note to the top of the man page that directsdougb2009-08-251-6/+25
* In the previous update I did s/$globlist/$glob_dirs/ in multiport()dougb2009-08-251-2/+2
* - Switch SourceForge ports to the new File Release System: categories startin...amdmi32009-08-227-14/+7
* Update for version 2.10dougb2009-08-211-1/+1
* Bug Fixesdougb2009-08-211-19/+25
* Add dependency on KDE4 icons, which are in separate port now.makc2009-08-181-1/+3
* Change the default behaviour to continue on newly found leaf packages.stefan2009-08-132-3/+3
* - Update to 2.0.8 (code cleanup, new -a switch)amdmi32009-08-113-286/+369
* . fix pkg-plist;bsam2009-08-112-0/+2
* Update to version 2.2.bsam2009-08-102-4/+4
* Update for version 2.9dougb2009-08-071-1/+1
* In multiport() add a check_interactive() for every port in the listdougb2009-08-071-1/+3
* - Fix build after KDE updatemiwi2009-08-051-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-032-2/+2
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-315-5/+5
* Update for version 2.8dougb2009-07-301-1/+1
* Update for version 2.8:dougb2009-07-301-16/+23
* Feature Updatesdougb2009-07-301-43/+58
* - Drop maintainership to ruby@sem2009-07-222-2/+2
* - A workaround for a null string problem with -R optionsem2009-07-222-1/+25
* Update to 2.12.1.marcus2009-07-192-8/+8
* Update to 2.12.0.marcus2009-07-093-12/+49
* symports reads through your ports tree and generates a tree usingtabthorpe2009-06-244-0/+37
* Download portaudit database from http://portaudit.FreeBSD.org/ insteadsimon2009-06-214-5/+5
* A simple utility to show the package name and versiondhn2009-06-185-0/+79
* Catch up with master 1.620.linimon2009-06-041-4/+6
* - Resolve LATEST_LINK conflictpav2009-06-011-0/+2
* Catch up with master 1.619.linimon2009-05-291-0/+21
* - Update to 1.2dhn2009-05-253-14/+10
* Update to 2.11.2.marcus2009-05-242-6/+34
* Chase libgmp and bump PORTREVISION.ale2009-05-132-2/+4
* Bring more fixes, optimizations and changes from CVS (PORTREVISION bumped):itetcu2009-05-1124-44/+1140
* Finds updates for FreeBSD pkgs by checking the ports index.miwi2009-05-015-0/+47
* - update to 1.2.1leeym2009-04-282-5/+6
* Update to 2.11.1.marcus2009-04-132-6/+20
* Import an other round of changes from marcuscom cvs and bump PORTREVISION:itetcu2009-04-1210-17/+257
* Catch up with master 1.617.linimon2009-04-111-9/+5
* - After portversion get -F option, -v stops showing full packages names.sem2009-04-092-1/+11
* Conflicts with kports-qt4makc2009-04-071-1/+2
* Connect ports-mgmt/kports-qt4makc2009-04-071-0/+1
* Update to 0.8.1 after repocopy.makc2009-04-07