summaryrefslogtreecommitdiff
path: root/atk/atkstreamablecontent.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* 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.
* Cleaned up docs.Brian Cameron2001-06-281-1/+1
|
* Updated gtk-docs fixing spelling errors and making minorBrian Cameron2001-06-271-20/+20
| | | | changes to the API.
* atk/Makefile.am, atk/atk.h Updated commentsPadraig O'Briain2001-06-061-0/+121
* New files atk/atkstreamablecontent.[ch] Updated files: atk/Makefile.am, atk/atk.h * atk/atkvalue.c: Updated comments