From 9663037f6c0daaf03d74c88afb002a6bb33f222b Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Wed, 17 Nov 1999 15:35:43 +0000 Subject: More work: - Fixed some Camel API naming issues. - Moved the message composer stuff to the `composer' directory. svn path=/trunk/; revision=1395 --- camel/camel-simple-data-wrapper-stream.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'camel/camel-simple-data-wrapper-stream.h') diff --git a/camel/camel-simple-data-wrapper-stream.h b/camel/camel-simple-data-wrapper-stream.h index ee24fd71d3..bdb6741693 100644 --- a/camel/camel-simple-data-wrapper-stream.h +++ b/camel/camel-simple-data-wrapper-stream.h @@ -43,9 +43,9 @@ extern "C" { (GTK_CHECK_CAST ((obj), CAMEL_TYPE_SIMPLE_DATA_WRAPPER_STREAM, CamelSimpleDataWrapperStream)) #define CAMEL_SIMPLE_DATA_WRAPPER_STREAM_CLASS(klass) \ (GTK_CHECK_CLASS_CAST ((klass), CAMEL_TYPE_SIMPLE_DATA_WRAPPER_STREAM, CamelSimpleDataWrapperStreamClass)) -#define IS_CAMEL_SIMPLE_DATA_WRAPPER_STREAM(obj) \ +#define CAMEL_IS_SIMPLE_DATA_WRAPPER_STREAM(obj) \ (GTK_CHECK_TYPE ((obj), CAMEL_TYPE_SIMPLE_DATA_WRAPPER_STREAM)) -#define IS_CAMEL_SIMPLE_DATA_WRAPPER_STREAM_CLASS(klass) \ +#define CAMEL_IS_SIMPLE_DATA_WRAPPER_STREAM_CLASS(klass) \ (GTK_CHECK_CLASS_TYPE ((obj), CAMEL_TYPE_SIMPLE_DATA_WRAPPER_STREAM)) -- cgit v1.2.3