| atspi-accessible.h | | atspi-accessible.h | |
| | | | |
| skipping to change at line 71 | | skipping to change at line 71 | |
| struct _AtspiAccessibleClass | | struct _AtspiAccessibleClass | |
| { | | { | |
| AtspiObjectClass parent_class; | | AtspiObjectClass parent_class; | |
| }; | | }; | |
| | | | |
| GType atspi_accessible_get_type (void); | | GType atspi_accessible_get_type (void); | |
| | | | |
| AtspiAccessible * | | AtspiAccessible * | |
| _atspi_accessible_new (AtspiApplication *app, const gchar *path); | | _atspi_accessible_new (AtspiApplication *app, const gchar *path); | |
| | | | |
|
| gchar * atspi_role_get_name (AtspiRole role); | | | |
| | | | |
| gchar * atspi_accessible_get_name (AtspiAccessible *obj, GError **error); | | gchar * atspi_accessible_get_name (AtspiAccessible *obj, GError **error); | |
| | | | |
| gchar * atspi_accessible_get_description (AtspiAccessible *obj, GError **er
ror); | | gchar * atspi_accessible_get_description (AtspiAccessible *obj, GError **er
ror); | |
| | | | |
| AtspiAccessible * atspi_accessible_get_parent (AtspiAccessible *obj, GError
**error); | | AtspiAccessible * atspi_accessible_get_parent (AtspiAccessible *obj, GError
**error); | |
| | | | |
| gint atspi_accessible_get_child_count (AtspiAccessible *obj, GError **error
); | | gint atspi_accessible_get_child_count (AtspiAccessible *obj, GError **error
); | |
| | | | |
| AtspiAccessible * atspi_accessible_get_child_at_index (AtspiAccessible *obj
, gint child_index, GError **error); | | AtspiAccessible * atspi_accessible_get_child_at_index (AtspiAccessible *obj
, gint child_index, GError **error); | |
| | | | |
| | | | |
| skipping to change at line 109 | | skipping to change at line 107 | |
| gchar * atspi_accessible_get_toolkit_name (AtspiAccessible *obj, GError **e
rror); | | gchar * atspi_accessible_get_toolkit_name (AtspiAccessible *obj, GError **e
rror); | |
| | | | |
| gchar * atspi_accessible_get_toolkit_version (AtspiAccessible *obj, GError
**error); | | gchar * atspi_accessible_get_toolkit_version (AtspiAccessible *obj, GError
**error); | |
| | | | |
| gchar * atspi_accessible_get_atspi_version (AtspiAccessible *obj, GError **
error); | | gchar * atspi_accessible_get_atspi_version (AtspiAccessible *obj, GError **
error); | |
| | | | |
| gint atspi_accessible_get_id (AtspiAccessible *obj, GError **error); | | gint atspi_accessible_get_id (AtspiAccessible *obj, GError **error); | |
| | | | |
| AtspiAccessible * atspi_accessible_get_application (AtspiAccessible *obj, G
Error **error); | | AtspiAccessible * atspi_accessible_get_application (AtspiAccessible *obj, G
Error **error); | |
| | | | |
|
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| AtspiAction * atspi_accessible_get_action (AtspiAccessible *obj); | | AtspiAction * atspi_accessible_get_action (AtspiAccessible *obj); | |
| | | | |
| AtspiCollection * atspi_accessible_get_collection (AtspiAccessible *obj); | | AtspiCollection * atspi_accessible_get_collection (AtspiAccessible *obj); | |
| | | | |
| AtspiComponent * atspi_accessible_get_component (AtspiAccessible *obj); | | AtspiComponent * atspi_accessible_get_component (AtspiAccessible *obj); | |
| | | | |
| AtspiDocument * atspi_accessible_get_document (AtspiAccessible *obj); | | AtspiDocument * atspi_accessible_get_document (AtspiAccessible *obj); | |
| | | | |
| AtspiEditableText * atspi_accessible_get_editable_text (AtspiAccessible *ob
j); | | AtspiEditableText * atspi_accessible_get_editable_text (AtspiAccessible *ob
j); | |
| | | | |
| | | | |
| skipping to change at line 132 | | skipping to change at line 131 | |
| | | | |
| 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); | |
| | | | |
| 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 | |
| | | | |
| | | AtspiAction * atspi_accessible_get_action_iface (AtspiAccessible *obj); | |
| | | | |
| | | AtspiCollection * atspi_accessible_get_collection_iface (AtspiAccessible *o | |
| | | bj); | |
| | | | |
| | | AtspiComponent * atspi_accessible_get_component_iface (AtspiAccessible *obj | |
| | | ); | |
| | | | |
| | | AtspiDocument * atspi_accessible_get_document_iface (AtspiAccessible *obj); | |
| | | | |
| | | AtspiEditableText * atspi_accessible_get_editable_text_iface (AtspiAccessib | |
| | | le *obj); | |
| | | | |
| | | AtspiHypertext * atspi_accessible_get_hypertext_iface (AtspiAccessible *obj | |
| | | ); | |
| | | | |
| | | AtspiImage * atspi_accessible_get_image_iface (AtspiAccessible *obj); | |
| | | | |
| | | AtspiSelection * atspi_accessible_get_selection_iface (AtspiAccessible *obj | |
| | | ); | |
| | | | |
| | | AtspiTable * atspi_accessible_get_table_iface (AtspiAccessible *obj); | |
| | | | |
| | | AtspiText * atspi_accessible_get_text_iface (AtspiAccessible *obj); | |
| | | | |
| | | AtspiValue * atspi_accessible_get_value_iface (AtspiAccessible *obj); | |
| | | | |
| GArray * atspi_accessible_get_interfaces (AtspiAccessible *obj); | | GArray * atspi_accessible_get_interfaces (AtspiAccessible *obj); | |
| | | | |
| const gchar* atspi_accessible_get_object_locale (AtspiAccessible *accessibl
e, GError **error); | | const gchar* atspi_accessible_get_object_locale (AtspiAccessible *accessibl
e, GError **error); | |
| | | | |
| void atspi_accessible_set_cache_mask (AtspiAccessible *accessible, AtspiCac
he mask); | | void atspi_accessible_set_cache_mask (AtspiAccessible *accessible, AtspiCac
he mask); | |
| | | | |
| void atspi_accessible_clear_cache (AtspiAccessible *accessible); | | void atspi_accessible_clear_cache (AtspiAccessible *accessible); | |
| | | | |
| guint atspi_accessible_get_process_id (AtspiAccessible *accessible, GError
**error); | | guint atspi_accessible_get_process_id (AtspiAccessible *accessible, GError
**error); | |
| | | | |
End of changes. 3 change blocks. |
| 2 lines changed or deleted | | 29 lines changed or added | |
|
| atspi-action.h | | atspi-action.h | |
| | | | |
| skipping to change at line 48 | | skipping to change at line 48 | |
| #define ATSPI_ACTION(obj) G_TYPE_CHECK_INSTANCE_CAST ((o
bj), ATSPI_TYPE_ACTION, AtspiAction) | | #define ATSPI_ACTION(obj) G_TYPE_CHECK_INSTANCE_CAST ((o
bj), ATSPI_TYPE_ACTION, AtspiAction) | |
| #define ATSPI_ACTION_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE
((obj), ATSPI_TYPE_ACTION, AtspiAction)) | | #define ATSPI_ACTION_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE
((obj), ATSPI_TYPE_ACTION, AtspiAction)) | |
| | | | |
| GType atspi_action_get_type (); | | GType atspi_action_get_type (); | |
| | | | |
| struct _AtspiAction | | struct _AtspiAction | |
| { | | { | |
| GTypeInterface parent; | | GTypeInterface parent; | |
| }; | | }; | |
| | | | |
|
| gint atspi_action_get_n_actions (AtspiAction *obj, GError **error); | | gchar * atspi_action_get_action_description (AtspiAction *obj, int i, GErro
r **error); | |
| | | | |
|
| gchar * atspi_action_get_description (AtspiAction *obj, int i, GError **err
or); | | gchar * atspi_action_get_action_name (AtspiAction *obj, gint i, GError **er
ror); | |
| | | | |
|
| gchar * atspi_action_get_key_binding (AtspiAction *obj, gint i, GError **er
ror); | | gint atspi_action_get_n_actions (AtspiAction *obj, GError **error); | |
| | | | |
|
| gchar * atspi_action_get_name (AtspiAction *obj, gint i, GError **error); | | gchar * atspi_action_get_key_binding (AtspiAction *obj, gint i, GError **er
ror); | |
| | | | |
| gchar * atspi_action_get_localized_name (AtspiAction *obj, gint i, GError *
*error); | | gchar * atspi_action_get_localized_name (AtspiAction *obj, gint i, GError *
*error); | |
| | | | |
| gboolean atspi_action_do_action (AtspiAction *obj, gint i, GError **error); | | gboolean atspi_action_do_action (AtspiAction *obj, gint i, GError **error); | |
| | | | |
|
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| | | gchar * atspi_action_get_description (AtspiAction *obj, gint i, GError **er | |
| | | ror); | |
| | | gchar * atspi_action_get_name (AtspiAction *obj, gint i, GError **error); | |
| | | #endif | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* _ATSPI_ACTION_H_ */ | | #endif /* _ATSPI_ACTION_H_ */ | |
| | | | |
End of changes. 5 change blocks. |
| 4 lines changed or deleted | | 9 lines changed or added | |
|
| atspi-constants.h | | atspi-constants.h | |
| | | | |
| skipping to change at line 1193 | | skipping to change at line 1193 | |
| | | | |
| /** | | /** | |
| * ATSPI_ROLE_COUNT: | | * ATSPI_ROLE_COUNT: | |
| * | | * | |
| * One higher than the highest valid value of #AtspiRole. | | * One higher than the highest valid value of #AtspiRole. | |
| */ | | */ | |
| #define ATSPI_ROLE_COUNT (90+1) | | #define ATSPI_ROLE_COUNT (90+1) | |
| | | | |
| typedef enum | | typedef enum | |
| { | | { | |
|
| ATSPI_CACHE_NONE = 0, | | ATSPI_CACHE_NONE = 0, | |
| ATSPI_CACHE_PARENT = 1 << 0, | | ATSPI_CACHE_PARENT = 1 << 0, | |
| ATSPI_CACHE_CHILDREN = 1 << 1, | | ATSPI_CACHE_CHILDREN = 1 << 1, | |
| ATSPI_CACHE_NAME = 1 << 2, | | ATSPI_CACHE_NAME = 1 << 2, | |
| ATSPI_CACHE_DESCRIPTION = 1 << 3, | | ATSPI_CACHE_DESCRIPTION = 1 << 3, | |
| ATSPI_CACHE_STATES = 1 << 4, | | ATSPI_CACHE_STATES = 1 << 4, | |
| ATSPI_CACHE_ROLE = 1 << 5, | | ATSPI_CACHE_ROLE = 1 << 5, | |
| ATSPI_CACHE_INTERFACES = 1 << 6, | | ATSPI_CACHE_INTERFACES = 1 << 6, | |
| ATSPI_CACHE_ATTRIBUTES = 1 << 7, | | ATSPI_CACHE_ATTRIBUTES = 1 << 7, | |
| ATSPI_CACHE_ALL = 0x3fffffff, | | ATSPI_CACHE_ALL = 0x3fffffff, | |
| ATSPI_CACHE_DEFAULT = ATSPI_CACHE_PARENT | ATSPI_CACHE_CHILDREN | | | ATSPI_CACHE_DEFAULT = ATSPI_CACHE_PARENT | ATSPI_CACHE_CHILDREN | | |
| ATSPI_CACHE_NAME | ATSPI_CACHE_DESCRIPTION | | | ATSPI_CACHE_NAME | ATSPI_CACHE_DESCRIPTION | | |
| | | | |
End of changes. 1 change blocks. |
| 2 lines changed or deleted | | 2 lines changed or added | |
|
| atspi-document.h | | atspi-document.h | |
| | | | |
| skipping to change at line 50 | | skipping to change at line 50 | |
| | | | |
| GType atspi_document_get_type (); | | GType atspi_document_get_type (); | |
| | | | |
| struct _AtspiDocument | | struct _AtspiDocument | |
| { | | { | |
| GTypeInterface parent; | | GTypeInterface parent; | |
| }; | | }; | |
| | | | |
| gchar * atspi_document_get_locale (AtspiDocument *obj, GError **error); | | gchar * atspi_document_get_locale (AtspiDocument *obj, GError **error); | |
| | | | |
|
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| gchar * atspi_document_get_attribute_value (AtspiDocument *obj, gchar *attr
ibute, GError **error); | | gchar * atspi_document_get_attribute_value (AtspiDocument *obj, gchar *attr
ibute, GError **error); | |
|
| | | #endif | |
| | | | |
|
| | | gchar * atspi_document_get_document_attribute_value (AtspiDocument *obj, gc | |
| | | har *attribute, GError **error); | |
| | | | |
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| GHashTable * atspi_document_get_attributes (AtspiDocument *obj, GError **er
ror); | | GHashTable * atspi_document_get_attributes (AtspiDocument *obj, GError **er
ror); | |
|
| | | #endif | |
| | | | |
| | | GHashTable * atspi_document_get_document_attributes (AtspiDocument *obj, GE | |
| | | rror **error); | |
| | | | |
| G_END_DECLS | | G_END_DECLS | |
| | | | |
| #endif /* _ATSPI_DOCUMENT_H_ */ | | #endif /* _ATSPI_DOCUMENT_H_ */ | |
| | | | |
End of changes. 4 change blocks. |
| 0 lines changed or deleted | | 10 lines changed or added | |
|
| atspi-registry.h | | atspi-registry.h | |
| | | | |
| skipping to change at line 47 | | skipping to change at line 47 | |
| | | | |
| AtspiAccessible* atspi_get_desktop (gint i); | | AtspiAccessible* atspi_get_desktop (gint i); | |
| | | | |
| GArray *atspi_get_desktop_list (); | | GArray *atspi_get_desktop_list (); | |
| | | | |
| gboolean | | gboolean | |
| atspi_register_keystroke_listener (AtspiDeviceListener *listener, | | atspi_register_keystroke_listener (AtspiDeviceListener *listener, | |
| GArray *key_set, | | GArray *key_set, | |
| AtspiKeyMaskType modmask, | | AtspiKeyMaskType modmask, | |
| AtspiKeyEventMask event_type
s, | | AtspiKeyEventMask event_type
s, | |
|
| gint sync_type, GError **error); | | AtspiKeyListenerSyncType sync_type, | |
| | | GError **error); | |
| | | | |
| gboolean | | gboolean | |
| atspi_deregister_keystroke_listener (AtspiDeviceListener *listener, | | atspi_deregister_keystroke_listener (AtspiDeviceListener *listener, | |
| GArray *key_set, | | GArray *key_set, | |
| AtspiKeyMaskType mod
mask, | | AtspiKeyMaskType mod
mask, | |
| AtspiKeyEventMask eve
nt_types, | | AtspiKeyEventMask eve
nt_types, | |
| GError **error); | | GError **error); | |
| | | | |
| gboolean | | gboolean | |
| atspi_register_device_event_listener (AtspiDeviceListener *listener, | | atspi_register_device_event_listener (AtspiDeviceListener *listener, | |
| | | | |
End of changes. 1 change blocks. |
| 1 lines changed or deleted | | 2 lines changed or added | |
|
| atspi-text.h | | atspi-text.h | |
| | | | |
| skipping to change at line 91 | | skipping to change at line 91 | |
| }; | | }; | |
| | | | |
| GType atspi_text_range_get_type (); | | GType atspi_text_range_get_type (); | |
| | | | |
| gint atspi_text_get_character_count (AtspiText *obj, GError **error); | | gint atspi_text_get_character_count (AtspiText *obj, GError **error); | |
| | | | |
| gchar * atspi_text_get_text (AtspiText *obj, gint start_offset, gint end_of
fset, GError **error); | | gchar * atspi_text_get_text (AtspiText *obj, gint start_offset, gint end_of
fset, GError **error); | |
| | | | |
| gint atspi_text_get_caret_offset (AtspiText *obj, GError **error); | | gint atspi_text_get_caret_offset (AtspiText *obj, GError **error); | |
| | | | |
|
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| GHashTable *atspi_text_get_attributes (AtspiText *obj, gint offset, gint *s
tart_offset, gint *end_offset, GError **error); | | GHashTable *atspi_text_get_attributes (AtspiText *obj, gint offset, gint *s
tart_offset, gint *end_offset, GError **error); | |
|
| | | #endif | |
| | | | |
| | | GHashTable *atspi_text_get_text_attributes (AtspiText *obj, gint offset, gi | |
| | | nt *start_offset, gint *end_offset, GError **error); | |
| | | | |
| GHashTable *atspi_text_get_attribute_run (AtspiText *obj, gint offset, gboo
lean include_defaults, gint *start_offset, gint *end_offset, GError **error
); | | GHashTable *atspi_text_get_attribute_run (AtspiText *obj, gint offset, gboo
lean include_defaults, gint *start_offset, gint *end_offset, GError **error
); | |
| | | | |
|
| | | #ifndef ATSPI_DISABLE_DEPRECATED | |
| gchar * atspi_text_get_attribute_value (AtspiText *obj, gint offset, gchar
*attribute_name, GError **error); | | gchar * atspi_text_get_attribute_value (AtspiText *obj, gint offset, gchar
*attribute_name, GError **error); | |
|
| | | #endif | |
| | | | |
| | | gchar * atspi_text_get_text_attribute_value (AtspiText *obj, gint offset, g | |
| | | char *attribute_name, GError **error); | |
| | | | |
| GHashTable * atspi_text_get_default_attributes (AtspiText *obj, GError **er
ror); | | GHashTable * atspi_text_get_default_attributes (AtspiText *obj, GError **er
ror); | |
| | | | |
| gboolean atspi_text_set_caret_offset (AtspiText *obj, gint new_offset, GErr
or **error); | | gboolean atspi_text_set_caret_offset (AtspiText *obj, gint new_offset, GErr
or **error); | |
| | | | |
| AtspiTextRange * atspi_text_get_text_before_offset (AtspiText *obj, gint of
fset, AtspiTextBoundaryType type, GError **error); | | AtspiTextRange * atspi_text_get_text_before_offset (AtspiText *obj, gint of
fset, AtspiTextBoundaryType type, GError **error); | |
| | | | |
| AtspiTextRange * atspi_text_get_text_at_offset (AtspiText *obj, gint offset
, AtspiTextBoundaryType type, GError **error); | | AtspiTextRange * atspi_text_get_text_at_offset (AtspiText *obj, gint offset
, AtspiTextBoundaryType type, GError **error); | |
| | | | |
| AtspiTextRange * atspi_text_get_text_after_offset (AtspiText *obj, gint off
set, AtspiTextBoundaryType type, GError **error); | | AtspiTextRange * atspi_text_get_text_after_offset (AtspiText *obj, gint off
set, AtspiTextBoundaryType type, GError **error); | |
| | | | |
End of changes. 4 change blocks. |
| 0 lines changed or deleted | | 10 lines changed or added | |
|
| atspi-types.h | | atspi-types.h | |
| | | | |
| skipping to change at line 146 | | skipping to change at line 146 | |
| * Specifies the type of a key listener event. | | * Specifies the type of a key listener event. | |
| * The values above can and should be bitwise-'OR'-ed | | * The values above can and should be bitwise-'OR'-ed | |
| * together, observing the compatibility limitations specified in the descr
iption of | | * together, observing the compatibility limitations specified in the descr
iption of | |
| * each value. For instance, #ATSPI_KEYLISTENER_ALL_WINDOWS | #ATSPI_KEYLI
STENER_CANCONSUME is | | * each value. For instance, #ATSPI_KEYLISTENER_ALL_WINDOWS | #ATSPI_KEYLI
STENER_CANCONSUME is | |
| * a commonly used combination which gives the AT complete control over the
delivery of matching | | * a commonly used combination which gives the AT complete control over the
delivery of matching | |
| * events. However, such filters should be used sparingly as they may have
a negative impact on | | * events. However, such filters should be used sparingly as they may have
a negative impact on | |
| * system performance. | | * system performance. | |
| **/ | | **/ | |
| typedef enum { | | typedef enum { | |
| ATSPI_KEYLISTENER_NOSYNC = 0, | | ATSPI_KEYLISTENER_NOSYNC = 0, | |
|
| ATSPI_KEYLISTENER_SYNCHRONOUS = 1, | | ATSPI_KEYLISTENER_SYNCHRONOUS = 1 << 0, | |
| ATSPI_KEYLISTENER_CANCONSUME = 2, | | ATSPI_KEYLISTENER_CANCONSUME = 1 << 1, | |
| ATSPI_KEYLISTENER_ALL_WINDOWS = 4 | | ATSPI_KEYLISTENER_ALL_WINDOWS = 1 << 2 | |
| } AtspiKeyListenerSyncType; | | } AtspiKeyListenerSyncType; | |
| #endif /* _ATSPI_TYPES_H_ */ | | #endif /* _ATSPI_TYPES_H_ */ | |
| | | | |
End of changes. 1 change blocks. |
| 3 lines changed or deleted | | 3 lines changed or added | |
|