summaryrefslogtreecommitdiff
path: root/atk/atk.h
diff options
context:
space:
mode:
authorErwin Ireland <eire@src.gnome.org>2001-04-30 11:51:44 +0000
committerErwin Ireland <eire@src.gnome.org>2001-04-30 11:51:44 +0000
commit371fddfbd472eb9292f587bc2bf3c3d9a3b8afda (patch)
tree89af3212425d5a47c54c7422e5ee2b33491ee325 /atk/atk.h
parent1218da95d14a1e75ae9e13f553ebc74790b2fd07 (diff)
downloadatk-371fddfbd472eb9292f587bc2bf3c3d9a3b8afda.tar.gz
Make AtkRelation and AtkRelationSet into GObjects.
Corrected typo in atk_text_set_caret_offset() name
Diffstat (limited to 'atk/atk.h')
-rwxr-xr-xatk/atk.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atk.h b/atk/atk.h
index a9bf7e2..a501c3e 100755
--- a/atk/atk.h
+++ b/atk/atk.h
@@ -26,6 +26,8 @@
#include <atk/atkimage.h>
#include <atk/atkobjectfactory.h>
#include <atk/atkregistry.h>
+#include <atk/atkrelation.h>
+#include <atk/atkrelationset.h>
#include <atk/atkselection.h>
#include <atk/atktable.h>
#include <atk/atktext.h>