atspi-constants.h   atspi-constants.h 
skipping to change at line 1066 skipping to change at line 1066
* @ATSPI_ROLE_GROUPING: A group of related widgets. This group typically h as * @ATSPI_ROLE_GROUPING: A group of related widgets. This group typically h as
* a label. * a label.
* @ATSPI_ROLE_IMAGE_MAP: An image map object. Usually a graphic with multi ple * @ATSPI_ROLE_IMAGE_MAP: An image map object. Usually a graphic with multi ple
* hotspots, where each hotspot can be activated resulting in the loading o f * hotspots, where each hotspot can be activated resulting in the loading o f
* another document or section of a document. * another document or section of a document.
* @ATSPI_ROLE_NOTIFICATION: A transitory object designed to present a * @ATSPI_ROLE_NOTIFICATION: A transitory object designed to present a
* message to the user, typically at the desktop level rather than inside a * message to the user, typically at the desktop level rather than inside a
* particular application. * particular application.
* @ATSPI_ROLE_INFO_BAR: An object designed to present a message to the use r * @ATSPI_ROLE_INFO_BAR: An object designed to present a message to the use r
* within an existing window. * within an existing window.
*@ATSPI_ROLE_LEVEL_BAR: A bar that serves as a level indicator to, for
* instance, show the strength of a password or the state of a battery.
* Since: 2.8
* @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of * @ATSPI_ROLE_LAST_DEFINED: Not a valid role, used for finding end of
* enumeration. * enumeration.
* *
* Enumeration used by interface #AtspiAccessible to specify the role * Enumeration used by interface #AtspiAccessible to specify the role
* of an #AtspiAccessible object. * of an #AtspiAccessible object.
* *
*/ */
typedef enum { typedef enum {
ATSPI_ROLE_INVALID, ATSPI_ROLE_INVALID,
ATSPI_ROLE_ACCELERATOR_LABEL, ATSPI_ROLE_ACCELERATOR_LABEL,
skipping to change at line 1177 skipping to change at line 1180
ATSPI_ROLE_DOCUMENT_PRESENTATION, ATSPI_ROLE_DOCUMENT_PRESENTATION,
ATSPI_ROLE_DOCUMENT_TEXT, ATSPI_ROLE_DOCUMENT_TEXT,
ATSPI_ROLE_DOCUMENT_WEB, ATSPI_ROLE_DOCUMENT_WEB,
ATSPI_ROLE_DOCUMENT_EMAIL, ATSPI_ROLE_DOCUMENT_EMAIL,
ATSPI_ROLE_COMMENT, ATSPI_ROLE_COMMENT,
ATSPI_ROLE_LIST_BOX, ATSPI_ROLE_LIST_BOX,
ATSPI_ROLE_GROUPING, ATSPI_ROLE_GROUPING,
ATSPI_ROLE_IMAGE_MAP, ATSPI_ROLE_IMAGE_MAP,
ATSPI_ROLE_NOTIFICATION, ATSPI_ROLE_NOTIFICATION,
ATSPI_ROLE_INFO_BAR, ATSPI_ROLE_INFO_BAR,
ATSPI_ROLE_LEVEL_BAR,
ATSPI_ROLE_LAST_DEFINED, ATSPI_ROLE_LAST_DEFINED,
} AtspiRole; } AtspiRole;
/** /**
* 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)
 End of changes. 2 change blocks. 
0 lines changed or deleted 4 lines changed or added


 atspi.h   atspi.h 
skipping to change at line 53 skipping to change at line 53
#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-text.h" #include "atspi-text.h"
#include "atspi-value.h" #include "atspi-value.h"
#include "atspi-gmain.h" #include "atspi-gmain.h"
#define DEBUG_REF_COUNTS 1 /* TODO: remove before committing */
#endif #endif
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/