summaryrefslogtreecommitdiff
path: root/atk/atkstreamablecontent.c
Commit message (Collapse)AuthorAgeFilesLines
* atk: Use const instead G_CONST_RETURNJavier Jardón2011-06-131-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652205
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-2/+2
|
* atk_streamable_content_get_uri returns a const gchar* not a *gcharJavier Jardón2010-11-291-1/+1
|
* 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
* Fixed typos and template omissions which were preventing some inlineBill Haneman2006-08-171-2/+4
| | | | docs from getting exported. Bug #351580.
* Fix nasty typos in last commit. Bug #344195. Thanks Elijah and Frederic.Bill Haneman2006-06-151-1/+1
|
* Added getURI to AtkStreamableContent.Bill Haneman2006-06-141-0/+35
|
* 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