/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * mail-search.h * * Copyright (C) 2001 Ximian, Inc. * * Developed by Jon Trowbridge */ /* * 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_SEARCH_H_ #define _MAIL_SEARCH_H_ #ifdef _cplusplus extern "C" { #pragma } #endif /* _cplusplus */ #include #include "mail-display.h" #define MAIL_SEARCH_TYPE (mail_search_get_type ()) #define MAIL_SEARCH(o) (GTK_CHECK_CAST ((o), MAIL_SEARCH_TYPE, MailSearch)) #define MAIL_SEARCH_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), MAIL_SEARCH_TYPE, MailSearch)) #define IS_MAIL_SEARCH(o) (GTK_CHECK_TYPE ((o), MAIL_SEARCH_TYPE)) #define IS_MAIL_SEARCH_CLASS(k) (GTK_CHECK_CLASS_TYPE ((k), MAIL_SEARCH_TYPE)) typedef struct _MailSearch MailSearch; typedef struct _MailSearchClass MailSearchClass; struct _MailSearch { GnomeDialog parent; MailDisplay *mail; GtkWidget *entry; GtkWidget *msg_frame; GtkWidget *count_label; gboolean search_forward, case_sensitive; gchar *last_search; guint begin_handler; guint match_handler; }; struct _MailSearchClass { GnomeDialogClass parent_class; }; GtkType mail_search_get_type (void); void mail_search_construct (MailSearch *, MailDisplay *); GtkWidget *mail_search_new (MailDisplay *); #ifdef _cplusplus } #endif /* _cplusplus */ #endif /* _MAIL_SEARCH_H_ */ el/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
tw44/cgit/freebsd-ports-gnome/commit/net/nast?h=dependabot/npm_and_yarn/devel/electron6/files/ini-1.3.8&id=ccd12ccd577604add511aad4ea4e71c32b3e2f06'>- Patch net/libnet* to versioned libraries and header files, so they can
Commit message (Expand)AuthorAgeFilesLines
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-1/+0
* Cleanup plistantoine2014-11-221-1/+0
pav2007-01-312-16/+67
* Remove USE_REINPLACE from all categories starting with Nedwin2006-05-121-1/+0
* - Add SHA256pav2005-11-261-0/+1
* libnet update:sem2005-11-151-2/+2
* Chase updated mastersite. Gets a timeout but that may be transitory; atlinimon2005-10-131-1/+1
* Fix MASTER_SITES.krion2005-10-111-1/+1
* Drop maintership.krion2005-04-221-1/+1
* At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-1/+1
* Assist getting more ports working on AMD64 by obeying theobrien2005-04-111-1/+1
* - Fix MASTER_SITESkrion2004-04-151-1/+1
* - Bump PORTREVISION because of new libnet-devel versionkrion2004-04-141-0/+1
* - Update to version 0.2.0krion2004-02-183-20/+9
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
* - SIZEifykrion2004-01-302-0/+2
* - Honor CFLAGS and use PTHREAD_LIBSkrion2003-09-241-1/+2
* Change my mail to @FreeBSD.orgkrion2003-07-221-1/+1
* update net/nast:daichi2003-07-011-1/+2
* Update net/nast (maintainer): bento fixerwin2003-06-083-3/+6
* Update nast: 0.1.7d -> 0.1.7emich2003-06-025-85/+12
* Do not define LIBNET_LIL_ENDIAN -- it should be defined in libnet headers.fjoe2003-05-102-6/+26