[gtk+/gtkobject-removal] Remove GtkObject use in gail
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtkobject-removal] Remove GtkObject use in gail
- Date: Fri, 24 Sep 2010 03:16:28 +0000 (UTC)
commit d55ed62c03e53f7d827951f7c356a7cc33fe859c
Author: Matthias Clasen <mclasen redhat com>
Date: Thu Sep 23 23:14:18 2010 -0400
Remove GtkObject use in gail
modules/other/gail/Makefile.am | 2 -
modules/other/gail/gail.c | 4 ---
modules/other/gail/gail.h | 1 -
modules/other/gail/gailobject.c | 54 ---------------------------------------
modules/other/gail/gailobject.h | 51 ------------------------------------
5 files changed, 0 insertions(+), 112 deletions(-)
---
diff --git a/modules/other/gail/Makefile.am b/modules/other/gail/Makefile.am
index a734ec2..6be2ca1 100644
--- a/modules/other/gail/Makefile.am
+++ b/modules/other/gail/Makefile.am
@@ -36,7 +36,6 @@ gail_c_sources = \
gailmenuitem.c \
gailnotebook.c \
gailnotebookpage.c \
- gailobject.c \
gailpaned.c \
gailprogressbar.c \
gailradiobutton.c \
@@ -90,7 +89,6 @@ gail_private_h_sources = \
gailmenuitem.h \
gailnotebook.h \
gailnotebookpage.h \
- gailobject.h \
gailpaned.h \
gailprogressbar.h \
gailradiobutton.h \
diff --git a/modules/other/gail/gail.c b/modules/other/gail/gail.c
index f9f4738..21abd08 100644
--- a/modules/other/gail/gail.c
+++ b/modules/other/gail/gail.c
@@ -71,7 +71,6 @@ static guint focus_notify_handler = 0;
static guint focus_tracker_id = 0;
static GQuark quark_focus_object = 0;
-GAIL_IMPLEMENT_FACTORY (GAIL_TYPE_OBJECT, GailObject, gail_object, GTK_TYPE_OBJECT)
GAIL_IMPLEMENT_FACTORY (GAIL_TYPE_WIDGET, GailWidget, gail_widget, GTK_TYPE_WIDGET)
GAIL_IMPLEMENT_FACTORY (GAIL_TYPE_CONTAINER, GailContainer, gail_container, GTK_TYPE_CONTAINER)
GAIL_IMPLEMENT_FACTORY (GAIL_TYPE_BUTTON, GailButton, gail_button, GTK_TYPE_BUTTON)
@@ -907,9 +906,6 @@ gail_accessibility_module_init (void)
GAIL_WIDGET_SET_FACTORY (GTK_TYPE_RADIO_MENU_ITEM, gail_radio_menu_item);
GAIL_WIDGET_SET_FACTORY (GTK_TYPE_EXPANDER, gail_expander);
- /* LIBGNOMECANVAS SUPPORT */
- GAIL_WIDGET_SET_FACTORY (GTK_TYPE_OBJECT, gail_object);
-
atk_focus_tracker_init (gail_focus_tracker_init);
focus_tracker_id = atk_add_focus_tracker (gail_focus_tracker);
diff --git a/modules/other/gail/gail.h b/modules/other/gail/gail.h
index d730f9a..98fb255 100644
--- a/modules/other/gail/gail.h
+++ b/modules/other/gail/gail.h
@@ -19,7 +19,6 @@
#include <gail/gailmenushell.h>
#include <gail/gailmenuitem.h>
#include <gail/gailnotebook.h>
-#include <gail/gailobject.h>
#include <gail/gailpaned.h>
#include <gail/gailprogressbar.h>
#include <gail/gailradiobutton.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]