/* * Copyright (C) 2000 Helix Code Inc. * * Authors: Michael Zucchi * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Library 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 Library General Public License for more details. * * You should have received a copy of the GNU Library General Public * License along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef _CAMEL_STREAM_NULL_H #define _CAMEL_STREAM_NULL_H #include #define CAMEL_STREAM_NULL(obj) CAMEL_CHECK_CAST (obj, camel_stream_null_get_type (), CamelStreamNull) #define CAMEL_STREAM_NULL_CLASS(klass) CAMEL_CHECK_CLASS_CAST (klass, camel_stream_null_get_type (), CamelStreamNullClass) #define CAMEL_IS_STREAM_NULL(obj) CAMEL_CHECK_TYPE (obj, camel_stream_null_get_type ()) typedef struct _CamelStreamNullClass CamelStreamNullClass; struct _CamelStreamNull { CamelStream parent; }; struct _CamelStreamNullClass { CamelStreamClass parent_class; }; guint camel_stream_null_get_type (void); CamelStreamNull *camel_stream_null_new (void); #endif /* ! _CAMEL_STREAM_NULL_H */ d'>wayland FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2
* - Switch forgotten ports over to py-django18miwi2016-01-161-1/+1
* - Switch all ports to www/py-django18miwi2016-01-161-1/+2
* - Update to 1.4-16miwi2015-12-102-6/+3
* MASTER_SITES cleanup.mat2015-05-141-2/+1
* - Convert USE_PYTHON to new USES in www/mva2015-01-031-3/+2
* Update "BSD" license in www categoryfeld2014-12-22