Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Annotate the Public Symbols in Public Headers | Chun-wei Fan | 2014-04-25 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | | This includes atk/atkversion.h in all the public headers, either directly or via atk/atkobject.h, and annotates the public symbols in the headers, which all lead to _ATK_EXTERN via one of ATK_AVAILABLE_IN_ALL, ATK_AVAILABLE_IN_X_Y, ATK_DEPRECATED, ATK_DEPRECATED_FOR, ATK_DEPRECATED_IN_X_Y or ATK_DEPRECATED_IN_X_Y_FOR, depending on which stable release series the API was introduced or deprecated. _ATK_EXTERN which can then be defined in a way during the build, so that these symbols can be exported automatically using compiler directives. Also use _ATK_EXTERN for ATK_VAR in atk/atkmisc.h during the build so that variables can also be properly exported. https://bugzilla.gnome.org/show_bug.cgi?id=728031 | ||||
* | Revert "Updated FSF's address" | Piotr Drąg | 2014-02-01 | 1 | -1/+3 |
| | | | | This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4. | ||||
* | Updated FSF's address | Daniel Mustieles | 2014-01-23 | 1 | -3/+1 |
| | |||||
* | add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. | Michael Natterer | 2008-06-05 | 1 | -8/+7 |
| | | | | | | | | | | | | | | | | | | | | 2008-06-05 Michael Natterer <mitch@imendio.com> * configure.in: add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS. * atk/atk.h: define __ATK_H_INSIDE__ around including all other headers. * atk/atk*.h: add single-include guards that #error out if ATK_DISABLE_SINGLE_INCLUDES is defined and any of these files is included individually. Use G_BEGIN_DECLS/G_END_DECLS in all files. * atk/Makefile.am: define ATK_COMPILATION while building ATK. Add single-include guards to the generated atk-enum-types.h too. svn path=/trunk/; revision=1246 | ||||
* | Add atk/atkstate.c and atk.atkstate.h | Padraig O'Briain | 2001-05-09 | 1 | -0/+1 |
| | | | | | Move interfaces for ATK state from atkobject to atkstate Add tests for atk_state_* functions in teststateset | ||||
* | Add new files atkstateset.c and atkstateset.h | Padraig O'Briain | 2001-05-03 | 1 | -0/+80 |
Change atk_object_get_state to atk_object_ref_state_set |