aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-null.h
blob: 20214e23a504ec85d7ec04972418e4c314834847 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
/*
 *  Copyright (C) 2000 Ximian Inc.
 *
 *  Authors: Michael Zucchi <notzed@ximian.com>
 *
 *  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 <camel/camel-stream.h>

#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;
    
    size_t written;
};

struct _CamelStreamNullClass {
    CamelStreamClass parent_class;
};

guint           camel_stream_null_get_type  (void);

CamelStream            *camel_stream_null_new       (void);

#endif /* ! _CAMEL_STREAM_NULL_H */
0'>2013-05-251-3/+2 * - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+1 * - Convert USE_GETTEXT to USES (part 4)ak2013-04-261-2/+1 * Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-2/+1 * - convert USE_CMAKE to USESmakc2013-03-231-1/+1 * Update PCRE to 8.32mm2012-12-111-1/+1 * - Fix another /bin/bash casepawel2012-10-281-5/+4 * Update to version 0.12.2pawel2012-09-073-284/+76 * - Update to version 0.12.1pawel2012-08-304-25/+33 * Update to 0.12.0 releasepawel2012-06-263-52/+114 * Convert my ports to optionsNGpawel2012-06-081-3/+4 * - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-061-2/+1 * - update png to 1.5.10dinoex2012-06-011-1/+1 * Explicitly depend on phonon.rakuco2012-05-221-1/+2 * Update to 0.11.3pawel2012-05-012-3/+3 * Update to bugfix release 0.11.2pawel2012-04-043-4/+3 * Update to 0.11.1 bugfix releasepawel2012-03-023-11/+3 * - Update to version 0.11.0pawel2012-02-116-2676/+2741 * Remove CMAKE_USE_PTHREAD from the ports using it.rakuco2011-11-141-1/+0 * Update to 0.10.1 bugfix releasepawel2011-10-203-4/+7 * - Add dependency on qt4-scripttools.avilla2011-10-171-2/+3 * - This version needs pl-libgadu>=1.11.0pawel2011-09-151-1/+3 * - Update to version 0.10.0pawel2011-09-1412-765/+1225 * - unbreak and update to version 0.9.2pawel2011-08-2312-577/+3132 * - remove MD5ohauer2011-07-031-4/+0