/* -*- 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 MAIL_DISPLAY_STREAM_H #define MAIL_DISPLAY_STREAM_H #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include #include #define MAIL_DISPLAY_STREAM_TYPE (mail_display_stream_get_type ()) #define MAIL_DISPLAY_STREAM(obj) (CAMEL_CHECK_CAST((obj), MAIL_DISPLAY_STREAM_TYPE, MailDisplayStream)) #define MAIL_DISPLAY_STREAM_CLASS(k) (CAMEL_CHECK_CLASS_CAST ((k), MAIL_DISPLAY_STREAM_TYPE, MailDisplayStreamClass)) #define MAIL_IS_DISPLAY_STREAM(o) (CAMEL_CHECK_TYPE((o), MAIL_DISPLAY_STREAM_TYPE)) typedef struct _MailDisplayStream { CamelStream parent_stream; GtkHTML *html; GtkHTMLStream *html_stream; } MailDisplayStream; typedef struct { CamelStreamClass parent_class; } MailDisplayStreamClass; CamelType mail_display_stream_get_type (void); /* Note: stream does not ref these objects! */ CamelStream *mail_display_stream_new (GtkHTML *html, GtkHTMLStream *html_stream); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* MAIL_DISPLAY_STREAM_H */ dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.4 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update my mail address to @FreeBSD.orgjohans2010-02-241-1/+1
* - Remove BROKEN tag: pxp hasn't changed but seems to work fine againjohans2009-10-101-7/+1
* - Mark BROKEN on amd64: segfaults during buildpav2009-05-121-1/+7
* Update to 1.2.1johans2009-02-052-4/+4
* - Update to 1.2.0test2 (1.2.0 RC); fixes build with new ocamljohans2008-04-083-18/+15
* - stephane@ give up maintain his portsclsung2007-05-251-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Remove USE_REINPLACE from categories starting with Tedwin2006-05-131-2/+0
* - Update to 1.1.96garga2005-12-192-4/+4
* - Add dependency on ulexpav2005-02-192-221/+12
* Upgrade to 1.1.95.thierry2004-10-193-4/+15
* - Optimize dependenciespav2004-03-291-1/+1
* - SIZE'ifykrion2004-03-291-0/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - Fix build conflict if wlex is installedclement2004-01-231-1/+1
* - Update to 1.1.94.2clement2004-01-183-22/+158
* * Add build dependency on devel/ocaml-pcre[1].obraun2003-05-051-1/+2
* Avoid a conflict with the PACKAGES variable defined in bsd.port.mk.obraun2003-04-151-0/+6