/* -*- 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__ */ 4/files/y18n-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
* Make sure to link against libc_r on 5.X if requested to do so. This shouldmarcus2004-02-222-7/+16
* USE_SIZEifylioux2004-02-082-0/+2
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* USE_REINPLACE need be defined only when REINPLACE_CMD is used.trevor2003-11-171-1/+0
* Update to 0.6.4.marcus2003-10-143-8/+8
* Fix build on ia64.marcus2003-09-301-2/+11
* Remove -Werror to fix build on Alpha.marcus2003-09-261-0/+20
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,marcus2003-09-185-23/+24
* Update to 0.6.2lioux2003-06-123-5/+8
* Update to 0.6.1lioux2003-04-225-17/+54
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Add a patch to cast pointers to intptr_t instead of int when performingjhb2003-03-191-4/+13
* De-pkg-commentlioux2003-02-242-1/+1
* Update to GNOME 2.2.marcus2003-02-081-2/+2
* * Update to 0.6.0marcus2003-02-065-115/+130
* After repo copy from graphics category, update all appropriatelioux2002-11-281-1/+1
* Fix build in -CURRENTlioux2002-11-151-0/+10
* o Simplify LIB_DEPENDS dependency graphlioux2002-11-152-5/+22
* Update to 0.4.2lioux2002-11-133-12/+9
* Update to 0.4.1lioux2002-10-276-55/+23
* BROKEN -> IGNORE to prevent package buildkris2002-10-131-1/+1
* USE_BISONlioux2002-07-281-0/+1