/* * e-mail-folder-pane.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Copyright (C) 2010 Intel corporation. (www.intel.com) * */ #ifndef E_MAIL_FOLDER_PANE_H #define E_MAIL_FOLDER_PANE_H #include /* Standard GObject macros */ #define E_TYPE_MAIL_FOLDER_PANE \ (e_mail_folder_pane_get_type ()) #define E_MAIL_FOLDER_PANE(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_MAIL_FOLDER_PANE, EMailFolderPane)) #define E_MAIL_FOLDER_PANE_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MAIL_FOLDER_PANE, EMailFolderPaneClass)) #define E_IS_MAIL_FOLDER_PANE(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_MAIL_FOLDER_PANE)) #define E_IS_MAIL_FOLDER_PANE_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MAIL_FOLDER_PANE)) #define E_MAIL_FOLDER_PANE_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MAIL_FOLDER_PANE, EMailFolderPaneClass)) G_BEGIN_DECLS typedef struct _EMailFolderPane EMailFolderPane; typedef struct _EMailFolderPaneClass EMailFolderPaneClass; typedef struct _EMailFolderPanePrivate EMailFolderPanePrivate; struct _EMailFolderPane { EMailPanedView parent; EMailFolderPanePrivate *priv; }; struct _EMailFolderPaneClass { EMailPanedViewClass parent_class; }; GType e_mail_folder_pane_get_type (void); EMailView * e_mail_folder_pane_new (EShellView *shell_view); G_END_DECLS #endif /* E_MAIL_FOLDER_PANE_H */ hics/log/Mk/bsd.sanity.mk'>logtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Readd mesa-next changesBaptiste Daroussin2016-12-061-0/+4
* Remove obsolete entry.mat2016-10-041-4/+0
* - Add developer warning about LICENSE not set by a portamdmi32016-09-091-0/+2
* Move USE_BDB and PLIST_DIRSTRY to the unsupported section, all the portsmat2016-08-171-3/+3
* Move USE_PHPEXT, USE_PHP_BUILD and USE_ZENDEXT to unsupported, now thatmat2016-06-281-4/+4
* USEify USES=php.mat2016-06-281-1/+13
* Replace bsd.openssl.mk with USES=sslmat2016-06-271-1/+3
* Improve gem.mkswills2016-04-281-0/+8
* Move MySQL support from bsd.databases.mk to Uses/mysql.mk.mat2016-04-261-1/+3
* Move USE_BDB support from bsd.databases.mk to its own file.mat2016-04-261-1/+2
* Remove USE_FIREBIRD from bsd.databases.mk, replaced by USES=firebird.mat2016-04-261-3/+2
* Remove USE_SQLITE from bsd.databases.mk, replaced by USES=sqlite.mat2016-04-261-2/+2
* USE_RC_SUBR=yes has not done anything for a long time, remove it frommat2016-04-141-0/+4
* Introduce 2 new USES: sqlite and firebirdbapt2016-01-111-1/+4
* Remove support for WANT_SDL/HAVE_SDL knobsamdmi32015-11-091-0/+4
* Add PLIST_DIRSTRY deprecation to sanity check (forgot to add it before)bapt2015-10-111-1/+2
* Add a new sanity check for knobs not needed anymorebapt2015-09-171-0/+8
* Remove UNIQUENAME and LATEST_LINK.mat2015-08-171-1/+4
* Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.kwm2015-07-171-0/+4
* Remove NEED_ROOT, the last customer has been modified to be able to properlybapt2015-06-051-2/+2
* Remove GH_COMMIT support.mat2015-05-211-1/+1
* Mark NEED_ROOT as deprecated, It was a wrong idea as people are abusing it.bapt2015-05-041-1/+2
* Mark USE_AUTOTOOLS deprecated and remove support for libtoolize.tijl2015-04-201-1/+2
* The CATEGORY warning should be dev-only.bdrewery2015-04-151-1/+1
* Rework change from r383665 for CATEGORY validation so it does not show abdrewery2015-04-151-1/+1
* Follow-up the check added in r383191 for validating the first CATEGORY so itbdrewery2015-04-101-0/+4
* Remove last traces of USE_PGSQLbapt2015-04-071-1/+2
* USE_BZIP2 and USE_XZ are not used anymore in the ports tree mark them asbapt2015-04-071-2/+2
* Re-enable and rework check added in r370464 to validate the first CATEGORYbdrewery2015-04-041-8/+3
* These lines are being expanded badly. Fix syntax error.bdrewery2015-03-201-1/+1
* Fix order of change in r381706.bdrewery2015-03-201-1/+1
* Add a sanity check for deprecating the old USE_GITHUB syntax.bdrewery2015-03-201-0/+4
* - Make LIB_DEPENDS error more usefulzi2015-03-051-1/+1
* - Remove deprecated USE_KDE4=kdehiermakc2015-02-201-4/+0
* - Remove support for deprecated python bits from the portsmva2015-01-081-17/+9
* Final removal of WITH_NEW_XORGdumbbell2014-12-231-0/+8
* KDE/FreeBSD team presents KDE SC 4.14.2 and KDE Workspace 4.11.13!makc2014-10-191-0/+4
* Comment out, it is not ready for primebapt2014-10-091-8/+8
* Check CATEGORIES sanity directly from bsd.sanity.mkbapt2014-10-091-0/+9
* Use bsd.sanity.mk to check for INSTALLS_SHLIBbapt2014-10-081-1/+3
* - Mark INSTALLS_EGGINFO as unsupportedmva2014-10-021-1/+1
* Retire MANCOMPRESSED.mat2014-09-181-2/+2
* - Remove last uses of USE_AUTOTOOLS=libtool from bsd.gnome.mktijl2014-09-171-10/+0
* Remove support for NO_STAGEbapt2014-09-011-5/+3
* - Deprecate INSTALLS_EGGINFOmva2014-08-171-3/+5
* - Rename PYTHON_FEATURES to USE_PYTHON to comply to USE_PERL5 and to avoid amva2014-08-151-10/+11
* Add a USES=imake:noman to make NO_INSTALL_MANPAGES go away.mat2014-08-131-1/+3
* Convert the Python framework bits to USES=python.mva2014-08-091-1/+37
* Now that all LIB_DEPENDS has been switched to modern version, remove supportbapt2014-07-161-1/+1
* Support for installations based on the easy_install setup.py target hasmva2014-07-091-2/+2
* Register USE_DRUPAL as unsupportedbapt2014-06-181-1/+2
* USE_GMAKE is marked as deprecated in bsd.sanity.mk, but it isrene2014-05-311-2/+2
* Drop support for USE_SCONS please use USES=scons insteadbapt2014-05-271-2/+2
* Drop compatibility code for USE_DOS2UNIXbapt2014-05-261-1/+1
* - Fix with fmake:bdrewery2014-05-031-1/+3
* Mark USE_AUTOTOOLS=libtool and USE_GNOME=ltverhack deprecated.tijl2014-05-031-4/+8
* Fix typobapt2014-03-131-1/+1
* Fix collision with DEPRECATEDbapt2014-03-121-4/+4
* Remove cruftbapt2014-03-121-1/+0
* Simplify bsd.sanity.mk a bitbapt2014-03-121-71/+34
* USE_LHA is unsupported not deprecatedbapt2014-03-121-1/+1
* USE_LHA is not used anymore in the ports treebapt2014-03-121-1/+1
* Fix bad copy/pastebapt2014-03-121-1/+1
* Two new USES added to finish handling distfiles formats a consistent way:bapt2014-03-121-0/+12
* Remove the now unused USE_ZIP=yes, everyone should now use USES=zipbapt2014-03-111-1/+1
* Add USES=zip and USES=zip:infozipbapt2014-03-071-0/+4
* Add USE_MAKESELF to the sanity checkbapt2014-03-071-0/+4