aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-categories-master-list-wombat.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2002-11-25 11:26:07 +0800
committernobody <nobody@localhost>2002-11-25 11:26:07 +0800
commit3dee5a41f00b0dcde1622849a8a5673e51ab582b (patch)
treee674b191da7fee2d2c6fc49ae660525fbd5114ac /e-util/e-categories-master-list-wombat.h
parent8896a36925cc5ec873878caf1a0842f0c830f33e (diff)
downloadgsoc2013-evolution-ChangeLog.tar
gsoc2013-evolution-ChangeLog.tar.gz
gsoc2013-evolution-ChangeLog.tar.bz2
gsoc2013-evolution-ChangeLog.tar.lz
gsoc2013-evolution-ChangeLog.tar.xz
gsoc2013-evolution-ChangeLog.tar.zst
gsoc2013-evolution-ChangeLog.zip
This commit was manufactured by cvs2svn to create tag 'ChangeLog'.ChangeLog
svn path=/tags/ChangeLog/; revision=18909
Diffstat (limited to 'e-util/e-categories-master-list-wombat.h')
-rw-r--r--e-util/e-categories-master-list-wombat.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/e-util/e-categories-master-list-wombat.h b/e-util/e-categories-master-list-wombat.h
deleted file mode 100644
index 024d7644e7..0000000000
--- a/e-util/e-categories-master-list-wombat.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-#ifndef _E_CATEGORIES_MASTER_LIST_WOMBAT_H_
-#define _E_CATEGORIES_MASTER_LIST_WOMBAT_H_
-
-#include <gal/widgets/e-categories-master-list-array.h>
-
-G_BEGIN_DECLS
-
-#define E_TYPE_CATEGORIES_MASTER_LIST_WOMBAT (e_categories_master_list_wombat_get_type ())
-#define E_CATEGORIES_MASTER_LIST_WOMBAT(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), E_TYPE_CATEGORIES_MASTER_LIST_WOMBAT, ECategoriesMasterListWombat))
-#define E_CATEGORIES_MASTER_LIST_WOMBAT_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), E_TYPE_CATEGORIES_MASTER_LIST_WOMBAT, ECategoriesMasterListWombatClass))
-#define E_IS_CATEGORIES_MASTER_LIST_WOMBAT(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), E_TYPE_CATEGORIES_MASTER_LIST_WOMBAT))
-#define E_IS_CATEGORIES_MASTER_LIST_WOMBAT_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), E_TYPE_CATEGORIES_MASTER_LIST_WOMBAT))
-
-typedef struct _ECategoriesMasterListWombatPriv ECategoriesMasterListWombatPriv;
-
-typedef struct {
- ECategoriesMasterListArray base;
- ECategoriesMasterListWombatPriv *priv;
-} ECategoriesMasterListWombat;
-
-typedef struct {
- ECategoriesMasterListArrayClass parent_class;
-} ECategoriesMasterListWombatClass;
-
-GType e_categories_master_list_wombat_get_type (void);
-ECategoriesMasterList *e_categories_master_list_wombat_new (void);
-
-G_END_DECLS
-
-#endif /* _E_CATEGORIES_MASTER_LIST_WOMBAT_H_ */