diff options
author | Harry Lu <harry.lu@sun.com> | 2005-02-04 12:50:50 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-02-04 12:50:50 +0800 |
commit | ab13d05f6e1b47523f2fed817c1963f289cee2d0 (patch) | |
tree | 00a530efd23428fe1003a452e2605e630dcd5aba /a11y/e-text/gal-a11y-e-text.h | |
parent | 8b7b24623a18845166b69630d0d7148fda2a09b1 (diff) | |
download | gsoc2013-evolution-ab13d05f6e1b47523f2fed817c1963f289cee2d0.tar.gz gsoc2013-evolution-ab13d05f6e1b47523f2fed817c1963f289cee2d0.tar.zst gsoc2013-evolution-ab13d05f6e1b47523f2fed817c1963f289cee2d0.zip |
Some code clean work.
2005-01-27 Harry Lu <harry.lu@sun.com>
Some code clean work.
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.c:
(gal_a11y_e_table_click_to_add_init): new function to
register type only when a11y is enabled.
* gal/a11y/e-table/gal-a11y-e-table-click-to-add.h:
* gal/a11y/e-table/gal-a11y-e-table-item.c:
(gal_a11y_e_table_item_init): ditto.
* gal/a11y/e-table/gal-a11y-e-table.c: (gal_a11y_e_table_init): ditto.
* gal/a11y/e-table/gal-a11y-e-table.h:
* gal/a11y/e-table/gal-a11y-e-tree.c: (gal_a11y_e_tree_init): ditto.
* gal/a11y/e-table/gal-a11y-e-tree.h:
* gal/a11y/e-text/gal-a11y-e-text.c: (gal_a11y_e_text_init): ditto.
* gal/a11y/e-text/gal-a11y-e-text.h:
* gal/a11y/factory.c: useless file removed.
* gal/a11y/init.c: useless file removed.
* gal/e-text/e-text.c: (e_text_class_init): move a11y registry
call to a11y code.
svn path=/trunk/; revision=28702
Diffstat (limited to 'a11y/e-text/gal-a11y-e-text.h')
-rw-r--r-- | a11y/e-text/gal-a11y-e-text.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/a11y/e-text/gal-a11y-e-text.h b/a11y/e-text/gal-a11y-e-text.h index 66d2d6283b..a4b204d296 100644 --- a/a11y/e-text/gal-a11y-e-text.h +++ b/a11y/e-text/gal-a11y-e-text.h @@ -37,4 +37,6 @@ struct _GalA11yETextClass { /* Standard Glib function */ GType gal_a11y_e_text_get_type (void); +void gal_a11y_e_text_init (void); + #endif /* ! __GAL_A11Y_E_TEXT_H__ */ |