diff options
author | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2001-11-16 14:03:45 +0000 |
---|---|---|
committer | billh <billh@e2bd861d-eb25-0410-b326-f6ed22b6b98c> | 2001-11-16 14:03:45 +0000 |
commit | 6cf5aca394787ce29eb620a3c2e665a1c74b3a4c (patch) | |
tree | 7bb8467399ab5fe1b7346efb0dae80d83e376aa1 /test/simple-at.c | |
parent | 9b94d95337a6bd6bc5946191ef52341b0e97530f (diff) | |
download | at-spi2-core-6cf5aca394787ce29eb620a3c2e665a1c74b3a4c.tar.gz |
Fixed bug in Accessible_getDescription().
Added docs for AccessibleEditableText and AccessibleHyperlink.
git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@92 e2bd861d-eb25-0410-b326-f6ed22b6b98c
Diffstat (limited to 'test/simple-at.c')
-rw-r--r-- | test/simple-at.c | 2 |
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)); } |