2008-05-28 Mark Doffman <mark.doffman@codethink.co.uk>
[platform/core/uifw/at-spi2-atk.git] / tests / testapps / noop-app.c
1 #include <gmodule.h>
2 #include <atk/atk.h>
3
4 G_MODULE_EXPORT void
5 test_init (void)
6 {
7   ;
8 }
9
10 G_MODULE_EXPORT AtkObject *
11 test_get_root (void)
12 {
13   return NULL;
14 }