summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.h
Commit message (Collapse)AuthorAgeFilesLines
* misc: set proper file permissions to source filesAlejandro Piñeiro2015-07-271-0/+0
| | | | | | Source files are not executable. https://bugzilla.gnome.org/show_bug.cgi?id=752930
* Annotate the Public Symbols in Public HeadersChun-wei Fan2014-04-251-0/+4
| | | | | | | | | | | | | | | | | 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ąg2014-02-011-1/+3
| | | | This reverts commit feb4bd4c5b24672b1d8bbf0783e96539af0d0ba4.
* Updated FSF's addressDaniel Mustieles2014-01-231-3/+1
|
* Removing pads from interfacesAlejandro Piñeiro2013-06-171-4/+0
| | | | | Glib interfaces don't need padding in order to maintain the ABI, so removing as they are not needed.
* add G_DISABLE_SINGLE_INCLUDES and ATK_DISABLE_SINGLE_INCLUDES to CPPFLAGS.Michael Natterer2008-06-051-8/+6
| | | | | | | | | | | | | | | | | | | | 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
* New functions which checks whether the specified AtkHyperlink is selectedPadraig O'Briain2003-01-301-1/+7
| | | | | | | | | | | | | | | | | | | | 2003-01-30 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkhyperlink.[ch] New property selected-link defined. Function pointer is_selected_link added to interface (atk_hyperlink_is_selected_link: New functions which checks whether the specified AtkHyperlink is selected * atk/atkhypertext.[ch] New signal link-selected added. * docs/atk-sections.txt: Add atk_hyperlink_is_selected_link * docs/tmpl/atkhyperlink.sgml: Add reference to property selected-link and function atk_hyperlink_is_selected_link. This fixes bug #104621.
* Update commentsPadraig O'Briain2002-02-281-8/+3
| | | | | * atk/atkhypertext.h: Update comments
* Add padding to class structures to allow for future expansion.Padraig O'Briain2002-02-271-1/+4
| | | | | * atk/atkhypertext.h atk/atkhyperlink.h: Add padding to class structures to allow for future expansion.
* Change AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink toPadraig O'Briain2001-08-241-4/+3
| | | | | | | | | | | | | | | * atk/atkhyperlink.h: Change AtkHyperLink to AtkHyperlink in comment * atk/atkhypertext.[c|h]: Change AtkHyperLink to AtkHyperlink * atk/atktable.[c|h]: Make gchar* arguments const; make return value of type gchar* G_CONST_RETURN * docs/atk-sections.txt Remove reference to AtkHyperLink * docs/atk-used.sgml, docs/tmpl/atkhyperlink.sgml docs/tmpl/atkhypertext.sgml, docs/tmpl/atkdocs.sgml: Updated by make
* Updated the atk docs for several files, particularly for enumerations.Brian Cameron2001-05-281-11/+0
|
* Latest rev (previous commit was out of date). Added README and NEWS.Bill Haneman2001-04-271-0/+1
|
* Initial revisionBill Haneman2001-04-261-0/+87