File indexing completed on 2025-12-18 09:43:17
0001
0002
0003
0004
0005
0006
0007
0008
0009
0010
0011
0012
0013
0014
0015
0016
0017
0018
0019
0020
0021
0022
0023
0024 #ifndef _ATSPI_H
0025 #define _ATSPI_H
0026
0027 #include "glib.h"
0028
0029 #include "atspi-accessible.h"
0030 #include "atspi-action.h"
0031 #include "atspi-collection.h"
0032 #include "atspi-component.h"
0033 #include "atspi-constants.h"
0034 #include "atspi-device-listener.h"
0035 #include "atspi-document.h"
0036 #include "atspi-editabletext.h"
0037 #include "atspi-event-listener.h"
0038 #include "atspi-hyperlink.h"
0039 #include "atspi-hypertext.h"
0040 #include "atspi-image.h"
0041 #include "atspi-matchrule.h"
0042 #include "atspi-misc.h"
0043 #include "atspi-registry.h"
0044 #include "atspi-relation.h"
0045 #include "atspi-selection.h"
0046 #include "atspi-stateset.h"
0047 #include "atspi-table-cell.h"
0048 #include "atspi-table.h"
0049 #include "atspi-text.h"
0050 #include "atspi-types.h"
0051 #include "atspi-value.h"
0052
0053 #include "atspi-gmain.h"
0054
0055 #include "atspi-enum-types.h"
0056
0057 #include "atspi-version.h"
0058 #endif