summaryrefslogtreecommitdiff
path: root/tests/dummyatk/my-atk.h
blob: 935d3d84dd321a3127a35052545a39fadc2d91c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MY_ATK_H
#define MY_ATK_H

#include <my-atk-action.h>
#include <my-atk-component.h>
#include <my-atk.h>
#include <my-atk-hyperlink.h>
#include <my-atk-hypertext.h>
#include <my-atk-object.h>
#include <my-atk-streamable-content.h>
#include <my-atk-text.h>
#include <my-atk-value.h>

#endif /*MY_ATK_H*/