The changes include:
[platform/upstream/atk.git] / atk / atkobject.h
index 7a09b69..dce5388 100755 (executable)
@@ -35,6 +35,16 @@ extern "C" {
  * of the following interfaces:
  */
 
+/* AtkAttributeSet & AtkAttribute are needed by atktext and atkeditable text */
+/* so I am putting them here until a better place for them to be defined is  */
+/* decided */
+typedef GSList AtkAttributeSet;
+
+typedef struct _AtkAttribute {
+  gchar* name;
+  gchar* value;
+}AtkAttribute;
+
 /**
  *AtkRole:
  *@ATK_ROLE_INVALID: Invalid role