summaryrefslogtreecommitdiff
path: root/atk/atkutil.c
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2001-09-29 18:52:37 +0000
committerBill Haneman <billh@src.gnome.org>2001-09-29 18:52:37 +0000
commitf295431c9a451c8fa3f32b6bccf2f48aadb774fc (patch)
treeea73c0c04ff65636de2016ff9bd79ee8fa3feb3b /atk/atkutil.c
parentd6f2bfd934aaa6599e8bf4b21aa1d2d30a2fe156 (diff)
downloadatk-f295431c9a451c8fa3f32b6bccf2f48aadb774fc.tar.gz
Added method for getting an AtkRelationType from a string.
Rev'ed package as a result.
Diffstat (limited to 'atk/atkutil.c')
-rwxr-xr-xatk/atkutil.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkutil.c b/atk/atkutil.c
index c1d01a8..d02a3c6 100755
--- a/atk/atkutil.c
+++ b/atk/atkutil.c
@@ -20,6 +20,7 @@
#include "atkutil.h"
#include "atkmarshal.c"
+
static void atk_util_class_init (AtkUtilClass *klass);
GType
@@ -290,3 +291,4 @@ atk_get_toolkit_version(void)
return NULL;
}
}
+