/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * e-searching-tokenizer.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 __E_SEARCHING_TOKENIZER_H__ #define __E_SEARCHING_TOKENIZER_H__ #include #include #define E_TYPE_SEARCHING_TOKENIZER (e_searching_tokenizer_get_type ()) #define E_SEARCHING_TOKENIZER(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_SEARCHING_TOKENIZER, ESearchingTokenizer)) #define E_SEARCHING_TOKENIZER_CLASS(k) (G_TYPE_CHECK_CLASS_CAST ((k), E_TYPE_SEARCHING_TOKENIZER, ESearchingTokenizerClass)) #define E_IS_SEARCHING_TOKENIZER(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_TYPE_SEARCHING_TOKENIZER)) #define E_IS_SEARCHING_TOKENIZER_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_TYPE_SEARCHING_TOKENIZER)) typedef struct _ESearchingTokenizer ESearchingTokenizer; typedef struct _ESearchingTokenizerClass ESearchingTokenizerClass; struct _ESearchingTokenizerPrivate; struct _ESearchingTokenizer { HTMLTokenizer parent; struct _ESearchingTokenizerPrivate *priv; }; struct _ESearchingTokenizerClass { HTMLTokenizerClass parent_class; void (*match) (ESearchingTokenizer *); }; GType e_searching_tokenizer_get_type (void); HTMLTokenizer *e_searching_tokenizer_new (void); /* For now, just a simple API */ void e_searching_tokenizer_set_primary_search_string (ESearchingTokenizer *, const char *); void e_searching_tokenizer_add_primary_search_string (ESearchingTokenizer *, const char *); void e_searching_tokenizer_set_primary_case_sensitivity (ESearchingTokenizer *, gboolean is_case_sensitive); void e_searching_tokenizer_set_secondary_search_string (ESearchingTokenizer *, const char *); void e_searching_tokenizer_add_secondary_search_string (ESearchingTokenizer *st, const char *search_str); void e_searching_tokenizer_set_secondary_case_sensitivity (ESearchingTokenizer *, gboolean is_case_sensitive); int e_searching_tokenizer_match_count (ESearchingTokenizer *); #endif /* __E_SEARCHING_TOKENIZER_H__ */ tion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Support stagebapt2014-01-041-16/+8
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-201-0/+1
* Convert archivers from USE_GMAKE to USES=gmakebapt2013-08-301-7/+2
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* - Get rid of PTHREAD_CFLAGS and PTHREAD_LIBS (category: archivers)gahr2013-02-071-2/+1
* - Update to 1.1.6miwi2011-11-062-3/+3
* The vast majority of pkg-descr files had the following format when theydougb2011-10-241-1/+1
* - Update to 1.1.5miwi2011-08-262-6/+6
* - Update to 1.1.4miwi2011-06-122-3/+6
* - Update to 1.1.2miwi2011-02-262-4/+3
* - Update to 1.1.1miwi2010-04-252-4/+4
* - Update to 1.1.0miwi2010-03-142-4/+4
* - Mark MAKE_JOBS_SAFE for parallel building.miwi2009-03-261-0/+1
* Uphold CXXFLAGSlioux2009-01-181-1/+1
* - Update to 1.0.5miwi2009-01-112-4/+4
* - Update to 1.0.4miwi2008-12-232-6/+6
* - Update to 1.0.3miwi2008-11-252-6/+6
* - Remove bogus REINPLACE_CMD which was intended to fix build on 4.x, but has ...amdmi32008-09-231-5/+4
* Reset infofarmer due to maintainer-timeouts and no response to email.linimon2008-09-07