aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-stream-null.h
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-12-14 03:56:34 +0800
committerDan Winship <danw@src.gnome.org>2000-12-14 03:56:34 +0800
commitf70597c49ef593b3e2e227dd36b6df2641da74bb (patch)
tree8353a15088ca9ce05be989bc18dac74fd8566347 /camel/camel-stream-null.h
parentbd99ceb9ff1f5819b01c842242a10f34f65bec57 (diff)
downloadgsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar.gz
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar.bz2
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar.lz
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar.xz
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.tar.zst
gsoc2013-evolution-f70597c49ef593b3e2e227dd36b6df2641da74bb.zip
change a bunch of IS_CAMEL_* macros to CAMEL_IS_*
* Namespace cleanup: change a bunch of IS_CAMEL_* macros to CAMEL_IS_* svn path=/trunk/; revision=6972
Diffstat (limited to 'camel/camel-stream-null.h')
-rw-r--r--camel/camel-stream-null.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/camel-stream-null.h b/camel/camel-stream-null.h
index d67d193991..70978c5d61 100644
--- a/camel/camel-stream-null.h
+++ b/camel/camel-stream-null.h
@@ -25,7 +25,7 @@
#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 IS_CAMEL_STREAM_NULL(obj) CAMEL_CHECK_TYPE (obj, camel_stream_null_get_type ())
+#define CAMEL_IS_STREAM_NULL(obj) CAMEL_CHECK_TYPE (obj, camel_stream_null_get_type ())
typedef struct _CamelStreamNullClass CamelStreamNullClass;