summaryrefslogtreecommitdiff
path: root/atk/atkhypertext.c
Commit message (Collapse)AuthorAgeFilesLines
* 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