/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* camel-object.h: Base class for Camel */ /* * Author: * Dan Winship * * Copyright 2000 Helix Code, Inc. (http://www.helixcode.com) * * 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 */ #ifndef CAMEL_OBJECT_H #define CAMEL_OBJECT_H 1 #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus }*/ #include #include #define CAMEL_OBJECT_TYPE (camel_object_get_type ()) #define CAMEL_OBJECT(obj) (GTK_CHECK_CAST((obj), CAMEL_OBJECT_TYPE, CamelObject)) #define CAMEL_OBJECT_CLASS(k) (GTK_CHECK_CLASS_CAST ((k), CAMEL_OBJECT_TYPE, CamelObjectClass)) #define CAMEL_IS_OBJECT(o) (GTK_CHECK_TYPE((o), CAMEL_OBJECT_TYPE)) struct _CamelObject { GtkObject parent_object; }; typedef struct { GtkObjectClass parent_class; } CamelObjectClass; /* Standard Gtk function */ GtkType camel_object_get_type (void); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* CAMEL_OBJECT_H */ l/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/misc/ksig
Commit message (Expand)AuthorAgeFilesLines
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Remove needless LDCONFIG_DIRS from kde@ ports.makc2010-05-231-1/+0
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-291-3/+3
* The KDE FreeBSD team is proud to announce the releasemiwi2008-08-183-5/+7
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-1/+1
* Update to KDE 3.5.8lofi2007-10-302-4/+4
* Update to KDE 3.5.7 / KOffice 1.6.3lofi2007-07-043-5/+4
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* Update to KDE 3.5.6 / KOffice 1.6.2lofi2007-03-143-5/+5
* Update to KDE 3.5.5 / KOffice 1.6.1lofi2006-12-202-4/+4
* KDE 3.5.4 / KOffice 1.5.2lofi2006-09-132-4/+4
* Update to KDE 3.5.3lofi2006-06-062-4/+4
* Update to KDE 3.5.2lofi2006-03-313-5/+5