aboutsummaryrefslogtreecommitdiffstats
path: root/camel/camel-object.h
diff options
context:
space:
mode:
Diffstat (limited to 'camel/camel-object.h')
-rw-r--r--camel/camel-object.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/camel/camel-object.h b/camel/camel-object.h
index 69068e02be..80e68aecf3 100644
--- a/camel/camel-object.h
+++ b/camel/camel-object.h
@@ -1,12 +1,11 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
/* camel-object.h: Base class for Camel */
-
/*
- * Author:
+ * Authors:
* Dan Winship <danw@ximian.com>
* Michael Zucchi <notzed@ximian.com>
*
- * Copyright 2000 Ximian, Inc. (www.ximian.com)
+ * Copyright 2000-2004 Novell, Inc. (www.novell.com)
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2 of the GNU General Public
@@ -23,7 +22,6 @@
* USA
*/
-
#ifndef CAMEL_OBJECT_H
#define CAMEL_OBJECT_H 1
@@ -61,7 +59,7 @@ typedef struct _CamelObjectClass *CamelType;
extern CamelType camel_object_type;
-#define CAMEL_OBJECT_TYPE (camel_object_get_type ())
+#define CAMEL_OBJECT_TYPE (camel_object_type)
/* we can't check casts till we've got the type, use the global type variable because its cheaper */
#define CAMEL_OBJECT(obj) (CAMEL_CHECK_CAST((obj), camel_object_type, CamelObject))