summaryrefslogtreecommitdiff
path: root/atk/atkregistry.c
Commit message (Collapse)AuthorAgeFilesLines
* atkregistry: remove code not being compiledAlejandro Piñeiro2016-03-081-14/+0
| | | | | | | | | | I think that code was there in order to explain why it is not needed. If that case, it would be better to just move the comment around. In general having code around #if 0 is a maintenance burden. That code has not been compiled for years and nothing happen. It is better to just remove it.
* 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
* doc: move AtkRegistry section to the source fileAlejandro Piñeiro2014-02-181-0/+15
| | | | So now is properly scanned by gtk-doc
* 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
|
* Bug 640574: gobject-introspection annotation and documentation fixesMike Gorse2011-01-251-5/+5
|
* 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bugPadraig O'Briain2002-05-291-10/+10
| | | | | | * atk/atkregistry.c: 64 bit fixes for ATK. Patch supplied by George Lebl (jirka@5z.com) (bug #83316)
* Make use of parent_class consistent; define as gpointer and usePadraig O'Briain2002-02-221-2/+2
| | | | | | | | | | | | | | * atk/atkgobjectaccessible.c atk/atkhyperlink.c atk/atknoopobject.c atk/atknoopobjectfactory.c atkobject.c atk/atkobjectfactory.c atk/atkregistry.c atk/atkrelation.c atk/atkrelationset.c: Make use of parent_class consistent; define as gpointer and use g_type_class_peek_parent() to get it * atk/atktext.c: Delete unused empty line * atk/atkregistry.c atk/atkrelation.c: Make parent_class static
* paranoia is not appropriate here, setup parent_class, don't create a newMichael Meeks2001-12-101-19/+17
| | | | | | | | | | | 2001-12-08 Michael Meeks <michael@ximian.com> * atk/atkregistry.c (atk_registry_class_init): paranoia is not appropriate here, setup parent_class, don't create a new default registry here - makes no sense. (atk_registry_finalize): chain to parent class, do g_hash_table_destroys instead of g_frees.
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-1/+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-5/+6
| | | | changes to the API.
* atk/atkaction.c, atk/atkcomponent.c, atk/atkeditabletext.c,Padraig O'Briain2001-05-241-4/+6
| | | | | | | | * 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
* Remove static declaration of atk_registry_get_factory_type(); gets rid ofPadraig O'Briain2001-05-211-2/+0
| | | | warning
* Updated gtk-doc comment blocks for Oisin BoydellLucy Brophy2001-05-211-20/+18
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-3/+49
|
* Initial revisionBill Haneman2001-04-261-0/+229