/* * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * 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 * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Authors: * Chris Lahey * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ /* ETextEventProcessor - Turns events on a text widget into commands. */ #if !defined (__E_UTIL_H_INSIDE__) && !defined (LIBEUTIL_COMPILATION) #error "Only should be included directly." #endif #ifndef E_TEXT_EVENT_PROCESSOR_H #define E_TEXT_EVENT_PROCESSOR_H #include #include /* Standard GObject macros */ #define E_TYPE_TEXT_EVENT_PROCESSOR \ (e_text_event_processor_get_type ()) #define E_TEXT_EVENT_PROCESSOR(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_TEXT_EVENT_PROCESSOR, ETextEventProcessor)) #define E_TEXT_EVENT_PROCESSOR_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_TEXT_EVENT_PROCESSOR, ETextEventProcessorClass)) #define E_IS_TEXT_EVENT_PROCESSOR(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_TEXT_EVENT_PROCESSOR)) #define E_IS_TEXT_EVENT_PROCESSOR_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((obj), E_TYPE_TEXT_EVENT_PROCESSOR)) #define E_TEXT_EVENT_PROCESSOR_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_TEXT_EVENT_PROCESSOR, ETextEventProcessorClass)) G_BEGIN_DECLS typedef struct _ETextEventProcessor ETextEventProcessor; typedef struct _ETextEventProcessorClass ETextEventProcessorClass; struct _ETextEventProcessor { GObject parent; /* object specific fields */ guint allow_newlines : 1; }; struct _ETextEventProcessorClass { GObjectClass parent_class; /* signals */ void (*command) (ETextEventProcessor *tep, ETextEventProcessorCommand *command); /* virtual functions */ gint (*event) (ETextEventProcessor *tep, ETextEventProcessorEvent *event); }; GType e_text_event_processor_get_type (void) G_GNUC_CONST; gint e_text_event_processor_handle_event (ETextEventProcessor *tep, ETextEventProcessorEvent *event); G_END_DECLS #endif /* E_TEXT_EVENT_PROCESSOR_H */ ion> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix building with LOCALBASE != PREFIXbapt2011-04-201-1/+1
* - Enable createrawvmdk -relative under FreeBSDdecke2011-03-172-0/+49
* - Fix build when compiling remotely and DISPLAY is setdecke2011-01-311-1/+1
* - Update to 3.2.12beat2010-12-232-12/+5
* - Fix build after MFC of ACPICA 20101013beat2010-12-011-1/+1
* - Install EFI firmwarebeat2010-11-302-2/+4
* - Correct the instructions for ldconfig rescan on amd64 systemspav2010-11-291-1/+1
* - Add workaround for regression in acpica 20101015 [1]decke2010-11-035-29/+38
* - Update to 3.2.10beat2010-10-154-36/+10
* - Add 2D acceleration support for Windows Guestsdecke2010-09-302-0/+21
* - Update to 3.2.8beat2010-08-094-27/+9
* - Update to 3.2.6beat2010-06-304-7/+51
* - Update to 3.2.4decke2010-06-104-15/+27
* - Update to 3.2.2beat2010-06-0822-429/+111
* - Fix build on CURRENT wit ACPICA 20100428.beat2010-05-191-0/+20
* - Update to 3.1.8beat2010-05-123-8/+19
* - Fix VBoxManage after recent png updatebeat2010-04-181-1/+3
* Chase the ftp/curl shlib version bump.roam2010-04-031-2/+2
* - update to 1.4.1dinoex2010-03-281-1/+2
* - Update to 3.1.6beat2010-03-275-12/+41
* Presenting VirtualBox 3.1.4 for FreeBSDmiwi2010-03-1610-249/+24
* - Add CONFLICT with virtualbox-ose-additions.beat2010-01-254-2/+26
* emulators/virtualbox:beat2010-01-1326-711/+589
* - Fix loading of vboxnetadp.ko kernel module without loading vboxnetflt.kobeat2009-12-093-1/+21
* - Disable testcases to fix possible build breakage with non defaultbeat2009-11-063-1/+16
* - Fix build if OpenSSL is installed from ports. [1]beat2009-10-232-1/+17
* - Fix build with custom LOCALBASEbeat2009-10-081-1/+2
* - Fix privilege escalationmiwi2009-10-072-1/+208
* Fix build on 7/amd64.nox2009-09-301-1/+1
* - Improve error message if /usr/lib32 is not installed on amd64. [1]beat2009-09-294-4/+414
* - Update to 3.0.51r22902. This version enables host serial supportmiwi2009-09-147-155/+100
* - Update to 3.0.51r22683. This version adds support for tap interfacebeat2009-09-119-89/+208
* - Update to 3.0.51r22226beat2009-08-159-35/+609
* - Add GID and UID for emulators/virtualbox.beat2009-06-181-2/+2
* - Fix plistnox2009-06-162-1/+2
* - Actually install VBoxTestOGL (it was built, just not installed...)nox2009-06-163-2/+14
* - Restore VBoxGuestAdditionsmiwi2009-06-161-0/+3