summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.c
Commit message (Collapse)AuthorAgeFilesLines
* Reformat all the *.[ch] files with clang-formatFederico Mena Quintero2022-12-061-27/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I ran this on each directory with C files: clang-format -i *.[ch] "-i" is the in-place option. I also adjusted the order of #includes for some files which failed to build after that: Clang-format reorders blocks of #include directives alphabetically, but they can be grouped and separated by blank lines. If there is a blank line between blocks, like #include "zork.h" #include "bar.h" #include "foo.h" then it will not put zork.h after the other two. The last two header files will be sorted alphabetically. We can adjust the formatting of chunks of code by hand with comments like these: /* clang-format off */ this code { is, formatted, by, hand; } /* clang-format on */ See https://clang.llvm.org/docs/ClangFormat.html for the general manual and https://clang.llvm.org/docs/ClangFormatStyleOptions.html for the style options and the comments described above.
* Docs: Move to gi-docgenThomas Booker2022-09-281-4/+3
|
* 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
* 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/+25
| | | | | | | | | | 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
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-1/+1
|
* Added small docs patch from Bill Abt.;Bill Haneman2005-11-161-3/+3
| | | | | supplements AtkUtil sgml page, and moves return code exception/range info to "Returns" block.
* Fix for bug #149990; patch from Kjartan Maraas.Padraig O'Briain2004-08-131-1/+1
| | | | | | | | | 2004-08-13 Padraig O'Briain <padraig.obriain@sun.com> * *atk/atkdocument.c atk/atkeditabletext.c atk/atkhypertext.c atk/atkimage.c atk/atknoopobjectfactory.c atkobject.c atk/atkstreamablecontent.c atk/atktext.c attk/atkvalue.c: Fix for bug #149990; patch from Kjartan Maraas.
* Correct typo in blurbPadraig O'Briain2003-02-121-1/+7
| | | | | | | | | | 2003-02-12 Padraig O'Briain <padraig.obriain@sun.com> * atk/atkhyperlink.c (atk_hyperlink_class_init): Correct typo in blurb * atk/atkhypertext.c (atk_hypertext_get_link): Add check on link_index value (atk_hypertext_get_link_index): Add check on char_index value
* New functions which checks whether the specified AtkHyperlink is selectedPadraig O'Briain2003-01-301-1/+32
| | | | | | | | | | | | | | | | | | | | 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.
* Revved micro version, since API was added last checkin.Bill Haneman2001-11-141-19/+1
|
* Change AtkHyperLink to AtkHyperlink in comment Change AtkHyperLink toPadraig O'Briain2001-08-241-1/+1
| | | | | | | | | | | | | | | * 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
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-3/+0
| | | | | | | * atk/*.c: Remove all instances of g_return_if_fail (foo != NULL); that are immediately before a g_return_if_fail (ATK_IS_FOO (foo)); since the second check catches the NULL.
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-1/+1
| | | | changes to the API.
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-241-2/+2
| | | | | | | | * atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c, atk/atkhyperlink.c, atk/atkhypertext.c, atk/atkimage.c, atk/atkregistry.c, atk/atkselection.c, atk/atktable.c, atk/atktext.c, atk/atkutil.c, atk/atkvalue.c Fix warnings generated by Sun FORTE compiler
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-19/+13
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-0/+32
|
* Initial revisionBill Haneman2001-04-261-0/+112