atspi-accessible.h | atspi-accessible.h | |||
---|---|---|---|---|
skipping to change at line 131 | skipping to change at line 131 | |||
AtspiHyperlink * atspi_accessible_get_hyperlink (AtspiAccessible *obj); | AtspiHyperlink * atspi_accessible_get_hyperlink (AtspiAccessible *obj); | |||
AtspiHypertext * atspi_accessible_get_hypertext (AtspiAccessible *obj); | AtspiHypertext * atspi_accessible_get_hypertext (AtspiAccessible *obj); | |||
AtspiImage * atspi_accessible_get_image (AtspiAccessible *obj); | AtspiImage * atspi_accessible_get_image (AtspiAccessible *obj); | |||
AtspiSelection * atspi_accessible_get_selection (AtspiAccessible *obj); | AtspiSelection * atspi_accessible_get_selection (AtspiAccessible *obj); | |||
AtspiTable * atspi_accessible_get_table (AtspiAccessible *obj); | AtspiTable * atspi_accessible_get_table (AtspiAccessible *obj); | |||
AtspiTableCell * atspi_accessible_get_table_cell (AtspiAccessible *obj); | ||||
AtspiText * atspi_accessible_get_text (AtspiAccessible *obj); | AtspiText * atspi_accessible_get_text (AtspiAccessible *obj); | |||
AtspiValue * atspi_accessible_get_value (AtspiAccessible *obj); | AtspiValue * atspi_accessible_get_value (AtspiAccessible *obj); | |||
#endif | #endif | |||
AtspiAction * atspi_accessible_get_action_iface (AtspiAccessible *obj); | AtspiAction * atspi_accessible_get_action_iface (AtspiAccessible *obj); | |||
AtspiCollection * atspi_accessible_get_collection_iface (AtspiAccessible *o bj); | AtspiCollection * atspi_accessible_get_collection_iface (AtspiAccessible *o bj); | |||
AtspiComponent * atspi_accessible_get_component_iface (AtspiAccessible *obj ); | AtspiComponent * atspi_accessible_get_component_iface (AtspiAccessible *obj ); | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 2 lines changed or added | |||
atspi-constants.h | atspi-constants.h | |||
---|---|---|---|---|
skipping to change at line 1323 | skipping to change at line 1323 | |||
#define ATSPI_DBUS_INTERFACE_DOCUMENT "org.a11y.atspi.Document" | #define ATSPI_DBUS_INTERFACE_DOCUMENT "org.a11y.atspi.Document" | |||
#define ATSPI_DBUS_INTERFACE_EDITABLE_TEXT "org.a11y.atspi.EditableText" | #define ATSPI_DBUS_INTERFACE_EDITABLE_TEXT "org.a11y.atspi.EditableText" | |||
#define ATSPI_DBUS_INTERFACE_EVENT_KEYBOARD "org.a11y.atspi.Event.Keyboard" | #define ATSPI_DBUS_INTERFACE_EVENT_KEYBOARD "org.a11y.atspi.Event.Keyboard" | |||
#define ATSPI_DBUS_INTERFACE_EVENT_MOUSE "org.a11y.atspi.Event.Mouse" | #define ATSPI_DBUS_INTERFACE_EVENT_MOUSE "org.a11y.atspi.Event.Mouse" | |||
#define ATSPI_DBUS_INTERFACE_EVENT_OBJECT "org.a11y.atspi.Event.Object" | #define ATSPI_DBUS_INTERFACE_EVENT_OBJECT "org.a11y.atspi.Event.Object" | |||
#define ATSPI_DBUS_INTERFACE_HYPERLINK "org.a11y.atspi.Hyperlink" | #define ATSPI_DBUS_INTERFACE_HYPERLINK "org.a11y.atspi.Hyperlink" | |||
#define ATSPI_DBUS_INTERFACE_HYPERTEXT "org.a11y.atspi.Hypertext" | #define ATSPI_DBUS_INTERFACE_HYPERTEXT "org.a11y.atspi.Hypertext" | |||
#define ATSPI_DBUS_INTERFACE_IMAGE "org.a11y.atspi.Image" | #define ATSPI_DBUS_INTERFACE_IMAGE "org.a11y.atspi.Image" | |||
#define ATSPI_DBUS_INTERFACE_SELECTION "org.a11y.atspi.Selection" | #define ATSPI_DBUS_INTERFACE_SELECTION "org.a11y.atspi.Selection" | |||
#define ATSPI_DBUS_INTERFACE_TABLE "org.a11y.atspi.Table" | #define ATSPI_DBUS_INTERFACE_TABLE "org.a11y.atspi.Table" | |||
#define ATSPI_DBUS_INTERFACE_TABLE_CELL "org.a11y.atspi.TableCell" | ||||
#define ATSPI_DBUS_INTERFACE_TEXT "org.a11y.atspi.Text" | #define ATSPI_DBUS_INTERFACE_TEXT "org.a11y.atspi.Text" | |||
#define ATSPI_DBUS_INTERFACE_VALUE "org.a11y.atspi.Value" | #define ATSPI_DBUS_INTERFACE_VALUE "org.a11y.atspi.Value" | |||
#define ATSPI_DBUS_INTERFACE_SOCKET "org.a11y.atspi.Socket" | #define ATSPI_DBUS_INTERFACE_SOCKET "org.a11y.atspi.Socket" | |||
#ifdef __cplusplus | #ifdef __cplusplus | |||
} | } | |||
#endif | #endif | |||
#endif /* _ATSPI_CONSTANTS_H_ */ | #endif /* _ATSPI_CONSTANTS_H_ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
atspi-types.h | atspi-types.h | |||
---|---|---|---|---|
skipping to change at line 43 | skipping to change at line 43 | |||
typedef struct _AtspiAction AtspiAction; | typedef struct _AtspiAction AtspiAction; | |||
typedef struct _AtspiCollection AtspiCollection; | typedef struct _AtspiCollection AtspiCollection; | |||
typedef struct _AtspiComponent AtspiComponent; | typedef struct _AtspiComponent AtspiComponent; | |||
typedef struct _AtspiDocument AtspiDocument; | typedef struct _AtspiDocument AtspiDocument; | |||
typedef struct _AtspiEditableText AtspiEditableText; | typedef struct _AtspiEditableText AtspiEditableText; | |||
typedef struct _AtspiHyperlink AtspiHyperlink; | typedef struct _AtspiHyperlink AtspiHyperlink; | |||
typedef struct _AtspiHypertext AtspiHypertext; | typedef struct _AtspiHypertext AtspiHypertext; | |||
typedef struct _AtspiImage AtspiImage; | typedef struct _AtspiImage AtspiImage; | |||
typedef struct _AtspiSelection AtspiSelection; | typedef struct _AtspiSelection AtspiSelection; | |||
typedef struct _AtspiTable AtspiTable; | typedef struct _AtspiTable AtspiTable; | |||
typedef struct _AtspiTableCell AtspiTableCell; | ||||
typedef struct _AtspiText AtspiText; | typedef struct _AtspiText AtspiText; | |||
typedef struct _AtspiValue AtspiValue; | typedef struct _AtspiValue AtspiValue; | |||
typedef guint AtspiControllerEventMask; | typedef guint AtspiControllerEventMask; | |||
typedef guint AtspiKeyMaskType; | typedef guint AtspiKeyMaskType; | |||
typedef guint AtspiKeyEventMask; | typedef guint AtspiKeyEventMask; | |||
typedef guint AtspiDeviceEventMask; | typedef guint AtspiDeviceEventMask; | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||
atspi.h | atspi.h | |||
---|---|---|---|---|
skipping to change at line 49 | skipping to change at line 49 | |||
#include "atspi-hyperlink.h" | #include "atspi-hyperlink.h" | |||
#include "atspi-hypertext.h" | #include "atspi-hypertext.h" | |||
#include "atspi-image.h" | #include "atspi-image.h" | |||
#include "atspi-matchrule.h" | #include "atspi-matchrule.h" | |||
#include "atspi-misc.h" | #include "atspi-misc.h" | |||
#include "atspi-registry.h" | #include "atspi-registry.h" | |||
#include "atspi-relation.h" | #include "atspi-relation.h" | |||
#include "atspi-selection.h" | #include "atspi-selection.h" | |||
#include "atspi-stateset.h" | #include "atspi-stateset.h" | |||
#include "atspi-table.h" | #include "atspi-table.h" | |||
#include "atspi-table-cell.h" | ||||
#include "atspi-text.h" | #include "atspi-text.h" | |||
#include "atspi-value.h" | #include "atspi-value.h" | |||
#include "atspi-gmain.h" | #include "atspi-gmain.h" | |||
#include "atspi-enum-types.h" | #include "atspi-enum-types.h" | |||
#endif | #endif | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 1 lines changed or added | |||