aboutsummaryrefslogtreecommitdiffstats
path: root/a11y/e-text/gal-a11y-e-text.h
diff options
context:
space:
mode:
authornobody <nobody@localhost>2003-11-07 06:49:46 +0800
committernobody <nobody@localhost>2003-11-07 06:49:46 +0800
commitd66b0246fde9183222e3c6f5cd5084f54aa817a5 (patch)
treed505cbe0df19c32b2815f53a2618af2ce1b94480 /a11y/e-text/gal-a11y-e-text.h
parente5472b4cc9a4bb80b89437a16f8b77943ea35555 (diff)
downloadgsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar.gz
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar.bz2
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar.lz
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar.xz
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.tar.zst
gsoc2013-evolution-d66b0246fde9183222e3c6f5cd5084f54aa817a5.zip
This commit was manufactured by cvs2svn to create tagbefore-eds-merge
'before-eds-merge'. svn path=/tags/before-eds-merge/; revision=23204
Diffstat (limited to 'a11y/e-text/gal-a11y-e-text.h')
-rw-r--r--a11y/e-text/gal-a11y-e-text.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/a11y/e-text/gal-a11y-e-text.h b/a11y/e-text/gal-a11y-e-text.h
deleted file mode 100644
index 66d2d6283b..0000000000
--- a/a11y/e-text/gal-a11y-e-text.h
+++ /dev/null
@@ -1,40 +0,0 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
-/*
- * Authors:
- * Christopher James Lahey <clahey@ximian.com>
- *
- * Copyright (C) 2001 Chris Lahey
- */
-
-#ifndef __GAL_A11Y_E_TEXT_H__
-#define __GAL_A11Y_E_TEXT_H__
-
-#include <glib-object.h>
-#include <gal/e-table/e-table-item.h>
-
-#define GAL_A11Y_TYPE_E_TEXT (gal_a11y_e_text_get_type ())
-#define GAL_A11Y_E_TEXT(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GAL_A11Y_TYPE_E_TEXT, GalA11yEText))
-#define GAL_A11Y_E_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), GAL_A11Y_TYPE_E_TEXT, GalA11yETextClass))
-#define GAL_A11Y_IS_E_TEXT(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), GAL_A11Y_TYPE_E_TEXT))
-#define GAL_A11Y_IS_E_TEXT_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), GAL_A11Y_TYPE_E_TEXT))
-
-typedef struct _GalA11yEText GalA11yEText;
-typedef struct _GalA11yETextClass GalA11yETextClass;
-typedef struct _GalA11yETextPrivate GalA11yETextPrivate;
-
-/* This struct should actually be larger as this isn't what we derive from.
- * The GalA11yETextPrivate comes right after the parent class structure.
- **/
-struct _GalA11yEText {
- AtkObject object;
-};
-
-struct _GalA11yETextClass {
- AtkObject parent_class;
-};
-
-
-/* Standard Glib function */
-GType gal_a11y_e_text_get_type (void);
-
-#endif /* ! __GAL_A11Y_E_TEXT_H__ */