/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-address-dialog.h * * Copyright (C) 1999 Helix Code, Inc. * * 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 Place - Suite 330, * Boston, MA 02111-1307, USA. * * Author: Ettore Perazzoli */ #ifndef __E_MSG_COMPOSER_ADDRESS_DIALOG_H__ #define __E_MSG_COMPOSER_ADDRESS_DIALOG_H__ #include #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_MSG_COMPOSER_ADDRESS_DIALOG (e_msg_composer_address_dialog_get_type ()) #define E_MSG_COMPOSER_ADDRESS_DIALOG(obj) (GTK_CHECK_CAST ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_DIALOG, EMsgComposerAddressDialog)) #define E_MSG_COMPOSER_ADDRESS_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_MSG_COMPOSER_ADDRESS_DIALOG, EMsgComposerAddressDialogClass)) #define E_IS_MSG_COMPOSER_ADDRESS_DIALOG(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_DIALOG)) #define E_IS_MSG_COMPOSER_ADDRESS_DIALOG_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_DIALOG)) typedef struct _EMsgComposerAddressDialog EMsgComposerAddressDialog; typedef struct _EMsgComposerAddressDialogClass EMsgComposerAddressDialogClass; struct _EMsgComposerAddressDialog { GnomeDialog parent; GladeXML *gui; gchar *cut_buffer; }; struct _EMsgComposerAddressDialogClass { GnomeDialogClass parent_class; void (* apply) (EMsgComposerAddressDialog *dialog); }; GtkType e_msg_composer_address_dialog_get_type (void); GtkWidget *e_msg_composer_address_dialog_new (void); void e_msg_composer_address_dialog_construct (EMsgComposerAddressDialog *dialog); void e_msg_composer_address_dialog_set_to_list (EMsgComposerAddressDialog *dialog, GList *to_list); void e_msg_composer_address_dialog_set_cc_list (EMsgComposerAddressDialog *dialog, GList *cc_list); void e_msg_composer_address_dialog_set_bcc_list (EMsgComposerAddressDialog *dialog, GList *bcc_list); GList *e_msg_composer_address_dialog_get_to_list (EMsgComposerAddressDialog *dialog); GList *e_msg_composer_address_dialog_get_cc_list (EMsgComposerAddressDialog *dialog); GList *e_msg_composer_address_dialog_get_bcc_list (EMsgComposerAddressDialog *dialog); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_MSG_COMPOSER_ADDRESS_DIALOG_H__ */ >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
* Delete a nonexistent port entry: "gb2jis".knu2002-02-141-1/+0
* Update maintainer email addresspat2002-01-291-1/+1
* Update to 1.25.tobez2002-01-232-2/+2
* - Add NOPORTDOCS support to pkg-plistpat2002-01-172-8/+7
* - Add NOPORTDOCS support (pkg-plist)pat2002-01-172-10/+8
* Remove tcs.kuriyama2002-01-081-1/+0
* Bell-labs is not distributing Plan-9 (and tcs) from anonymous ftp as did before.kuriyama2002-01-085-43/+0
* Remove converter/gb2jis,which is in chinese/ now, by MAINTAINER's request.clive2002-01-086-46/+0
* Update to version 1.0kevlo2001-12-226-8/+34
* Backout previous change - it seems that new revision of the patch doesn'tsobomax2001-12-201-17/+8
* Don't filter libc_r on 5-CURRENT.sobomax2001-12-201-8/+17
* Upgrade to 0.11jesper2001-12-092-2/+2
* Update to 20011018 releasekris2001-11-304-15/+19
* add dosunixijliao2001-11-176-0/+36
* Update to 0.4.5.knu2001-11-163-13/+6
* Maintainer is now committer so change to new email address.pat2001-11-151-1/+1
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-312-6/+26
* Don't link in libc - FreeBSD doesn't need this.sobomax2001-10-311-4/+14
* Fix bug with buffer enlargementache2001-10-302-0/+35
* Update to 1.24, add RUN_DEPENDS, add a manpage, sort manpage list,tobez2001-10-272-9/+21
* Remove dead WWW.sobomax2001-10-231-2/+0
* Remove a redundant trailing space.knu2001-10-211-1/+1
* upgrade to 1.1ijliao2001-10-143-2/+99
* (1) Drop maintainership.kuriyama2001-10-062-2/+2
* Fix iconv issue.demon2001-10-052-0/+14
* - update to 1.3petef2001-10-032-5/+4
* - fix build error on bento (emtpy directory left behind)mharo2001-09-193-2/+4
* Bump the PORTREVISION's of the ports which install architectureknu2001-09-181-0/+1
* Update to 0.201.tobez2001-09-172-2/+2
* Don't create ${PREFIX}/doc, which isn't used anyway.asami2001-09-171-2/+2
* Initial import of py-iconv-0.1.2.kevlo2001-09-176-0/+36
* Convert::ASN1 encodes and decodes ASN.1 data structures using BER/DER rules.mharo2001-09-126-0/+39
* Bump png majorache2001-09-111-1/+1
* Set DIST_SUBDIR=KDEdemon2001-09-112-1/+2
* Upgrade to 3.6.demon2001-09-098-167/+172
* add gbase 0.5petef2001-09-097-0/+55
* Use ${PERL} instead of perldwcjr2001-09-042-15/+16
* add p5-Convert-ASCII-Armourijliao2001-08-296-0/+39
* - Remove useless USE_LIBTOOL;sobomax2001-08-279-52/+123
* Upgrade to 1.7... Run included tests after the build... Maintainersmi2001-08-267-40/+76
* Reassign MAINTAINER to kde@FreeBSD.org, a group formed specifically towill2001-08-252-2/+2
* Add psiconv 0.8.2, a conversion utility to convert Psion 5(MX) files intosobomax2001-08-219-0/+114
* - NOPORTDOCS support for pkg-plistsada2001-08-211-12/+12
* Support NOPORTDOCSlioux2001-08-171-2/+2
* Update converters/p5-Text-Iconv to 1.2.tobez2001-08-16