summaryrefslogtreecommitdiff
path: root/test/simple-at.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/simple-at.c')
-rw-r--r--test/simple-at.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/simple-at.c b/test/simple-at.c
index 7b2a6f31..94fa106c 100644
--- a/test/simple-at.c
+++ b/test/simple-at.c
@@ -172,6 +172,8 @@ report_button_press (void *p)
AccessibleEvent *ev = (AccessibleEvent *) p;
fprintf (stderr, "%s event from %s\n", ev->type,
Accessible_getName (&ev->source));
+ fprintf (stderr, "Object description %s\n",
+ Accessible_getDescription (&ev->source));
}