/* * e-mail-shell-content.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) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef E_MAIL_SHELL_CONTENT_H #define E_MAIL_SHELL_CONTENT_H #include #include #include /* Standard GObject macros */ #define E_TYPE_MAIL_SHELL_CONTENT \ (e_mail_shell_content_get_type ()) #define E_MAIL_SHELL_CONTENT(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_MAIL_SHELL_CONTENT, EMailShellContent)) #define E_MAIL_SHELL_CONTENT_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_MAIL_SHELL_CONTENT, EMailShellContentClass)) #define E_IS_MAIL_SHELL_CONTENT(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_MAIL_SHELL_CONTENT)) #define E_IS_MAIL_SHELL_CONTENT_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_MAIL_SHELL_CONTENT)) #define E_MAIL_SHELL_CONTENT_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_MAIL_SHELL_CONTENT, EMailShellContentClass)) G_BEGIN_DECLS typedef struct _EMailShellContent EMailShellContent; typedef struct _EMailShellContentClass EMailShellContentClass; typedef struct _EMailShellContentPrivate EMailShellContentPrivate; struct _EMailShellContent { EShellContent parent; EMailShellContentPrivate *priv; }; struct _EMailShellContentClass { EShellContentClass parent_class; }; GType e_mail_shell_content_get_type (void); void e_mail_shell_content_register_type (GTypeModule *type_module); GtkWidget * e_mail_shell_content_new(EShellView *shell_view); gboolean e_mail_shell_content_get_preview_visible (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_preview_visible (EMailShellContent *mail_shell_content, gboolean preview_visible); gboolean e_mail_shell_content_get_show_deleted (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_show_deleted (EMailShellContent *mail_shell_content, gboolean show_deleted); GalViewInstance * e_mail_shell_content_get_view_instance (EMailShellContent *mail_shell_content); void e_mail_shell_content_set_search_strings (EMailShellContent *mail_shell_content, GSList *search_strings); void e_mail_shell_content_update_view_instance (EMailShellContent *mail_shell_content); G_END_DECLS #endif /* E_MAIL_SHELL_CONTENT_H */ n-3.2.2'>dependabot/npm_and_yarn/devel/electron4/files/y18n-3.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Prepare for upcoming ooo-build. PORTNAME and PORTVERSION are now set by ?=.maho2005-12-011-4/+4
* Add SHA256.maho2005-11-271-0/+3
* Use bison2 instead of bison-develmaho2005-11-181-1/+1
* Bump PORTREVISION to chase the glib20 shared library update.marcus2005-11-051-0/+1
* Do not hardcode MASTER_SITE_SUBDIRmaho2005-11-051-1/+1
* Due to not mix-up with ooo-build. Remove patch-pythonlink andmaho2005-11-022-312/+5
* 2.0.0 is not a developer versionmaho2005-11-021-1/+1
* o cosmetic changes, fix typosmaho2005-10-3116-31/+763
* Update to 2.0.0maho2005-10-292-8/+7
* Fix ${MASTER_SITE_foo} usage.fenner2005-10-261-1/+2
* Add python postinstall script.maho2005-10-161-0/+5
* Update to 2.0RC3maho2005-10-165-42/+23
* Forgot to add patches...maho2005-10-042-0/+41
* update to 2.0RC1maho2005-10-046-53/+89
* o Update pkg-message.inmaho2005-09-222-4/+4
* no longer exist for Ooo 2.0:maho2005-09-211-4/+0
* Since OpenOffice.org base had been added, somaho2005-09-091-0/+1
* backout previous change of dependency of bison.maho2005-09-061-1/+1
* The bison port has been updated 2.0, somaho2005-09-061-1/+1
* Now buildable with 4.11-RELEASE.maho2005-09-052-0/+84
* Only buildable/working on i386maho2005-09-021-0/+2
* Currently OOo is buildbale only with bsdjavamaho2005-09-021-0/+1
* Not overwritten CATEGORIES for localized packagesmaho2005-09-021-13/+13
* update to 2.0beta2maho2005-08-295-26/+21
* Add a message for workaroundmaho2005-08-281-1/+1
* 1. update to m126maho2005-08-287-80/+89
* 1. use --with-system-freetype . update of libXft to version 2.1.7,maho2005-08-113-13/+765
* more robust generation of scriptmaho2005-07-291-3/+3
* Rename openoffice-wrapper to openoffice.org-wrappermaho2005-07-292-4/+4
* update to m121maho2005-07-272-4/+6
* No longer need DEFALUT_TO_ENGLISH_FOR_PACKING to be set to yes;maho2005-07-231-2/+2
* o update to m120maho2005-07-225-40/+105
* Update to 1.9m117maho2005-07-162-4/+4
* update to 1.9m116maho2005-07-132-4/+4
* update to m114maho2005-07-053-29/+4
* fix by adding imake dependencymaho2005-07-031-1/+2
* Update to m113maho2005-07-024-68/+90
* Currently only OOo buildable java is jdk1.4.maho2005-06-281-1/+1
* Dmitry Sivachenko has just checked-in a patch to fltk such that openofficemaho2005-06-271-3/+0
* update to m111maho2005-06-223-8/+32
* Add warning if x11-toolkits/fltk is installed build fails.maho2005-06-201-3/+3
* Set as broken if epm is installed. it causes a build errormaho2005-06-191-0/+3
* call uname needlessly.maho2005-06-191-1/+1
* fix typo and correct apparent mistakemaho2005-06-191-6/+1
* Update to m110maho2005-06-174-32/+6
* update to m109maho2005-06-113-14/+14
* - Fix typo in COMMENTpav2005-06-061-1/+1
* o For QA purpose, add optional target package-canonical.maho2005-06-043-3/+196
* Forgot to remove this patchmaho2005-06-031-50/+0
* Update to m107maho2005-06-0316-1032/+4
* Forgot to update patches as well...maho2005-05-2315-15/+15
* Update to m105maho2005-05-238-109/+600
* Fix SDK part, so that really usablemaho2005-05-154-0/+174
* Fix wrappermaho2005-05-152-2/+3
* update to m103maho2005-05-153-15/+52
* Detect gcj correctly, but not yet supportedmaho2005-05-131-0/+48
* Do not fork process more than 1.maho2005-05-131-1/+1
* BROKEN message for older than 5.3-RELEASE was wrongmaho2005-05-131-1/+1
* To make things clear, now patches havemaho2005-05-119-2/+42
* Update to 1.9m101maho2005-05-092-5/+5
* update to 1.9m98maho2005-04-302-4/+4
* Update to 1.9m97maho2005-04-294-14/+46
* update to 1.9m86maho2005-04-243-11/+10
* Update to 1.9m94maho2005-04-195-547/+27
* Update to m91maho2005-04-0817-321/+285
* (hopefully) Fix bento buildmaho2005-03-281-0/+532
* Update to 1.9m85maho2005-03-133-4/+18
* update to 1.9m84maho2005-03-133-14/+14
* Bump PORTREVISION to chase the glib20 shared lib version change.marcus2005-03-121-0/+1
* forgot to remove unnecessary patchmaho2005-03-091-14/+0
* Update to 1.9m83maho2005-03-094-22/+9
* Update to 1.9m82maho2005-03-043-4/+90
* Update to m81maho2005-02-264-22/+14
* remove unncessary patchmaho2005-02-251-18/+0
* update to 1.9m80maho2005-02-243-12/+28
* Update to 1.9m79maho2005-02-2011-183/+148
* Now source code tar balls for OOo developer versionsmaho2005-02-151-5/+4
* Change dependency for default Japanese font from Kochi to Sazanamimaho2005-02-151-1/+1
* Update to 1.9m78maho2005-02-123-17/+13
* SDK is now buildable.maho2005-02-121-0/+64
* editors/OpenOffice-2.0-devel ignores -DWITHOUT_JAVAmaho2005-02-091-1/+1
* Introduced a flexible, better packaging method.maho2005-02-091-11/+5
* 1. Update to 1.9m77maho2005-02-074-22/+23
* Provide patch for rtld.c both 4-series and 5-seriesmaho2005-02-051-3/+8
* Update to 1.9m76maho2005-02-056-156/+8
* 4.11-RELEASE still suffers from _end problem.maho2005-02-021-1/+1
* Update to 1.9m75maho2005-01-312-4/+4
* Update to 1.9m74s1maho2005-01-304-46/+20
* Fix installationmaho2005-01-291-1/+1
* update to m74maho2005-01-285-9/+31
* SDK is currently not buildable/usablemaho2005-01-251-2/+2
* Reduce the amout of time of building.maho2005-01-241-2/+3
* update to 1.9m73maho2005-01-248-1385/+5
* Still several languages are brokenmaho2005-01-241-2/+2
* fix pkg-plistmaho2005-01-241-1/+1
* DIST_SUBDIR has been changed and update distinfo as well.maho2005-01-221-8/+8
* update to 1.9m72maho2005-01-208-168/+43
* Add a knob, enable Freetype bytecode supportmaho2005-01-163-0/+110
* Now creates version independent name.maho2005-01-1614-15/+67
* Fix libIDL dependency.maho2005-01-131-1/+2
* Forgot to add pkg-message.in...maho2005-01-101-0/+53
* Update to 1.9m71 and unbreakmaho2005-01-1027-575/+1614
* With portmgr hat on, set this port to IGNORE to avoid the build clusterlinimon2004-12-171-1/+1
* Revert a dependency upon a non-existant port until theadamw2004-11-241-2/+2
* Marked as broken again.maho2004-11-231-1/+1
* Make cws_srx645_mozooo.20041016.tar.gz fetchablemaho2004-11-231-2/+2
* Add ${SNAPDATE} in ${PORTVERSION}maho2004-11-231-2/+1
* Update to SRC680_m62. Builds with bison newer than 1.875a,maho2004-11-234-46/+70
* Forgot to add patches.maho2004-11-232-0/+36
* Bump PORTREVISIONS for all ports that depend on atk or pango to ease in themarcus2004-11-081-0/+1
* - Update to bsd.java.mk 2.0maho2004-11-061-2/+3
* Adding corresponding #iZmaho2004-10-301-0/+6
* place of cws_srx645_mozoo should bemaho2004-10-261-1/+1
* opps, forgot to remove optpatch-freetype+patch...maho2004-10-251-208/+0
* 1) update to mileston56maho2004-10-2518-448/+572
* Add temporary fix patch (planned to be deleted in next cws)maho2004-08-121-0/+20
* o Update to cws_src680_ooo20040815 checked out at 2004/Aug/12maho2004-08-128-257/+358
* - Add the X_WINDOW_SYSTEM={xorg,xfree86-4,xfree86-3} variable to bsd.port.mk,anholt2004-07-241-3/+2
* add correct dependence gnu cp (coreutils)maho2004-06-151-0/+1
* 1) Remove IGNORE. Now runsmaho2004-06-145-32/+87
* remove. no longer necessarymaho2004-06-121-76/+0
* Opps, backout accidentially removed files...maho2004-06-117-0/+239
* update to cws_src680_ooo20040620, checkedout at 2004/06/11maho2004-06-1122-409/+77
* No need for explicit XFree86-4-libraries dependencies when you've gotanholt2004-05-301-1/+0
* Make fetchable from MASTER_LOCAL_SITEmaho2004-04-111-2/+2
* Update to cws_src680_ooo20040329, checked out at 20040402maho2004-04-1026-750/+544
* Chase the new location of libXft.marcus2004-03-171-1/+1
* add WANT_GNOME=yes to let at least make -V work,eik2004-03-131-0/+2
* Replace all known incantations of WANT_{AUTOMAKE,AUTOCONF,LIBTOOL}* withade2004-03-121-2/+1
* Use the SORT macro from bsd.port.mk.trevor2004-01-221-1/+0
* first remove patches. raize IssueZilla as far as possiblemaho2003-12-0821-977/+0
* Added 680 codeline (will be OOo 2.0)maho2003-12-082-15/+6
* Marked as BROKEN.maho2003-12-081-3/+4
* OpenOffice -> OpenOffice.orgmaho2003-11-091-2/+2
* (1) omit RC4 in pkg-messagemaho2003-10-032-3/+3
* a) add several patches made by Takashi Ono (JCA signed person)maho2003-10-025-0/+611
* Update to 1.1.0 official releasemaho2003-10-022-4/+3
* 1) update to 1.1rc5b.maho2003-10-012-2/+4
* Localized helpcontents have been changed from 1.0 to 1.1, andmaho2003-10-012-11/+14
* The relative path bug has been fixed. Execute soffice againmbr2003-09-261-3/+3
* Upgrade to 1.1rc5 snapshot. Fix a remaining error in the startupmbr2003-09-263-36/+12
* Directly get OOHOME from .sversionrc. Add several checks formbr2003-09-261-3/+6
* Fix minor install problem: s/openoffice/openoffice-wrapper/mbr2003-09-211-2/+2
* Make it easier for people, move a big chunk of the startupmbr2003-09-175-71/+102
* Remove a dash in the pathname.mbr2003-09-161-2/+2
* Fix post-install target, remove a dash.mbr2003-09-161-1/+1
* Make OO1.1RC working. Many thanks to kan for the debugging sessionmbr2003-09-155-43/+104
* Back out parts of rev. 1.95.mbr2003-09-091-2/+40
* The install-path has been changed from OpenOffice.org-644mbr2003-09-091-1/+1
* libXft.a is not available. Do not link static for now.mbr2003-09-091-1/+1
* Add gcc port dependency.mbr2003-09-081-0/+1
* Compiles again with system gcc on 5.x.mbr2003-09-081-0/+2
* LD_LIBRARYN32_PATH -> LD_LIBRARY_PATHmaho2003-09-05