/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */ /* e-msg-composer-address-entry.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_ENTRY_H__ #define __E_MSG_COMPOSER_ADDRESS_ENTRY_H__ #include #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #define E_TYPE_MSG_COMPOSER_ADDRESS_ENTRY (e_msg_composer_address_entry_get_type ()) #define E_MSG_COMPOSER_ADDRESS_ENTRY(obj) (GTK_CHECK_CAST ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_ENTRY, EMsgComposerAddressEntry)) #define E_MSG_COMPOSER_ADDRESS_ENTRY_CLASS(klass) (GTK_CHECK_CLASS_CAST ((klass), E_TYPE_MSG_COMPOSER_ADDRESS_ENTRY, EMsgComposerAddressEntryClass)) #define E_IS_MSG_COMPOSER_ADDRESS_ENTRY(obj) (GTK_CHECK_TYPE ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_ENTRY)) #define E_IS_MSG_COMPOSER_ADDRESS_ENTRY_CLASS(klass) (GTK_CHECK_CLASS_TYPE ((obj), E_TYPE_MSG_COMPOSER_ADDRESS_ENTRY)) typedef struct _EMsgComposerAddressEntry EMsgComposerAddressEntry; typedef struct _EMsgComposerAddressEntryClass EMsgComposerAddressEntryClass; struct _EMsgComposerAddressEntry { GtkEntry parent; }; struct _EMsgComposerAddressEntryClass { GtkEntryClass parent_class; }; GtkType e_msg_composer_address_entry_get_type (void); GtkWidget *e_msg_composer_address_entry_new (void); GList *e_msg_composer_address_entry_get_addresses (EMsgComposerAddressEntry *entry); void e_msg_composer_address_entry_set_list (EMsgComposerAddressEntry *entry, const GList *list); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_MSG_COMPOSER_ADDRESS_ENTRY_H__ */ 2.2'>dependabot/npm_and_yarn/devel/electron4/files/minimist-1.2.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/databases/mysql40-client
Commit message (Expand)AuthorAgeFilesLines
* Update to 4.0.13.nork2003-05-221-2/+4
* o Move USE_PERL5_RUN into server part.nork2003-04-041-1/+1
* o Build thread-safe libs by default.nork2003-03-261-1/+1
* Destroy pkg-comment for some of the stranger uses in the tree,ade2003-03-071-1/+1
* Update to MySQL 4.0.9 after a repo-copy from the mysql323-* ports.roam2003-02-011-5/+6
* Upgrade to 3.23.54.dirk2002-12-151-1/+1
* Bump PORTVERSION for CXX=${CC} in mysql323-server.dirk2002-11-131-1/+1
* Upgrade to 3.23.52.dirk2002-08-191-1/+1
* - remove CXX=${CC} this doesn't work with -CURRENT ${CC} any longer.dirk2002-08-131-1/+1
* Upgrade to 3.23.47.dirk2001-12-291-1/+1
* Bump PORTREVISION here, too, because CXX="${CC}" in master portdirk2001-12-181-1/+1
* Simplify PORTNAME.dirk2001-08-191-1/+1
* Add dependency to p5-Mysql for the server part. mysql_convert_table_format,dirk2001-08-19