summaryrefslogtreecommitdiff
path: root/atk/atkhyperlinkimpl.c
Commit message (Collapse)AuthorAgeFilesLines
* Include config.h For All the C Source FilesChun-wei Fan2014-04-251-0/+2
| | | | | | | | Make sure that config.h is included first in all the C-sources in atk/ so that the build-time definitions of _ATK_EXTERN can be used during the build of the ATK library. 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
|
* doc: removing several .sgml files and fixing gtk-doc warningsAlejandro Piñeiro2013-08-121-0/+36
| | | | | | | | | | The static documentation of those .sgml (so the reason of tracking those objects) where moved to the source files. Some other stuff was changed in order to prevent gtk-doc warnings (like replacing "Returns blah" for the correct "Returns: blah") https://bugzilla.gnome.org/show_bug.cgi?id=684665
* introspection: merge fixes from Vala bindingsEvan Nemerson2012-12-011-6/+6
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=686746
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-1/+2
|
* Patch from Yue Wang. Bug #575794.Li Yuan2009-03-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | 2009-03-19 Li Yuan <liyuan@goaltender> Patch from Yue Wang. Bug #575794. * atk/atkcomponent.c: * atk/atkdocument.c: * atk/atkhyperlink.c: * atk/atkhyperlinkimpl.c: * atk/atkmisc.c: * atk/atkobject.c: * atk/atkobject.h: * atk/atkrelation.c: * atk/atkrelationset.c: * atk/atkstreamablecontent.c: * atk/atktext.c: * atk/atkutil.c: * atk/atkvalue.c: Change "ATK 1.x" to "1.x". Avoid build error. svn path=/trunk/; revision=1364
* Fix from Neo Liu - missing return statement in atk_hyperlink_impl_get_hyperlink.Bill Haneman2006-09-081-1/+1
|
* Fixed typos and template omissions which were preventing some inlineBill Haneman2006-08-171-0/+2
| | | | docs from getting exported. Bug #351580.
* Fixed AtkHyperlink prototype func and impl.ATK_1_12_1Bill Haneman2006-07-201-2/+3
|
* Added AtkHyperlinkImpl interface. See RFE #344284.Bill Haneman2006-06-291-0/+66