[atk] Adding AtkWindow to atk.symbols and to AtkNoOpObject
- From: Alejandro PiÃeiro Iglesias <apinheiro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [atk] Adding AtkWindow to atk.symbols and to AtkNoOpObject
- Date: Tue, 16 Aug 2011 17:08:05 +0000 (UTC)
commit dce298b9557d16c8e49bb6e81658fbff92324b2e
Author: Alejandro PiÃeiro <apinheiro igalia com>
Date: Wed Aug 10 20:26:40 2011 +0200
Adding AtkWindow to atk.symbols and to AtkNoOpObject
atk/atk.symbols | 1 +
atk/atknoopobject.c | 9 +++++++++
2 files changed, 10 insertions(+), 0 deletions(-)
---
diff --git a/atk/atk.symbols b/atk/atk.symbols
index da787ec..7ed48e7 100644
--- a/atk/atk.symbols
+++ b/atk/atk.symbols
@@ -245,3 +245,4 @@
atk_value_get_minimum_value
atk_value_get_type
atk_value_set_current_value
+ atk_window_get_type
diff --git a/atk/atknoopobject.c b/atk/atknoopobject.c
index 543f515..5552ac1 100644
--- a/atk/atknoopobject.c
+++ b/atk/atknoopobject.c
@@ -116,6 +116,13 @@ atk_no_op_object_get_type (void)
NULL
};
+ static const GInterfaceInfo atk_window_info =
+ {
+ (GInterfaceInitFunc) NULL,
+ (GInterfaceFinalizeFunc) NULL,
+ NULL
+ };
+
type = g_type_register_static (ATK_TYPE_OBJECT,
"AtkNoOpObject", &tinfo, 0);
g_type_add_interface_static (type, ATK_TYPE_COMPONENT,
@@ -138,6 +145,8 @@ atk_no_op_object_get_type (void)
&atk_value_info);
g_type_add_interface_static (type, ATK_TYPE_DOCUMENT,
&atk_document_info);
+ g_type_add_interface_static (type, ATK_TYPE_WINDOW,
+ &atk_window_info);
}
return type;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]