summaryrefslogtreecommitdiff
path: root/atk/atkselection.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
* introspection: add many missing Returns: (nullable) annotationsEvan Nemerson2014-05-081-2/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=729752
* 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/+26
| | | | | | | | | | 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-2/+2
|
* declare function arguments as (void) rather than ()jacob berkman2002-02-111-1/+1
| | | | | | | | | | | | | 2002-02-11 jacob berkman <jacob@ximian.com> * atk/atkselection.[ch] (atk_selection_get_type): * atk/atktable.[ch] (atk_table_get_type): * atk/atkregistry.h (atk_get_default_registry): * atk/atknoopobjectfactory.[ch] (atk_no_op_object_factory_get_type): * atk/atkobjectfactory.[ch] (atk_object_factory_get_type): * atk/atkcomponent.[ch] (atk_component_get_type): * atk/atkaction.[ch] (atk_action_get_type): declare function arguments as (void) rather than ()
* Remove unused structure _AtkEditableTextIfaceClassPadraig O'Briain2001-11-171-1/+31
| | | | | | | | | | | | | | | | | | | | | | | * atk/atkeditabletext.c: Remove unused structure _AtkEditableTextIfaceClass * atk/atkobject.[c|h] Remove signals model_changed and selection_changed * atk/selection.[c|h] Add signal selection_changed * atk/atktable.[c|h] Remove unused structure _AtkTableIfaceClass Add signal model_changed * atk/atktext.[c|h] Remove unused structure _AtkTextIfaceClass Add signal text_selection_changed * docs/tmpl/atkobject.sgml, docs/tmpl/atkselection.sgml, docs/tmpl/atktable.sgml, atk/tmpl/atktext.sgml: Documentation changes
* Remove all instances of g_return_if_fail (foo != NULL); that arePadraig O'Briain2001-07-271-7/+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.
* *atk/atkselection.h, atk/atkselection.c changed return type to gbooleanLouise Miller2001-06-271-4/+8
| | | | | | | 2001-06-27 Louise Miller <lousie.miller@sun.com> *atk/atkselection.h, atk/atkselection.c changed return type to gboolean for atk_selection_select_all_selection
* Made docs more clear.Brian Cameron2001-06-151-4/+6
|
* Now atkselection returns a boolean for add_selection, clear_selectionBrian Cameron2001-06-151-12/+24
| | | | and remove_selection to indiate if the operation was successful or not.
* 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-12/+12
|
* Added better gtk-doc comments.Brian Cameron2001-05-161-20/+38
|
* Initial revisionBill Haneman2001-04-261-0/+201