diff options
author | Padraig O'Briain <padraigo@src.gnome.org> | 2001-12-19 12:34:25 +0000 |
---|---|---|
committer | Padraig O'Briain <padraigo@src.gnome.org> | 2001-12-19 12:34:25 +0000 |
commit | 273d1a64b904bc019c3c8c5cd4e7ad44210f795d (patch) | |
tree | 3fd8c9dc0d9a8e797ef90307079e392407725c65 /atk/Makefile.am | |
parent | fc73f6f4ccdd5cbf4c304cb105c711664d918f70 (diff) | |
download | atk-273d1a64b904bc019c3c8c5cd4e7ad44210f795d.tar.gz |
Add new files atk/atkgobjectaccessible.c atk/atkgobjectaccessible.h
docs/tmpl/atkgobjectaccessible.sgml
* atk/Makefile.am atk/atk.h:
Add references to new files
* atk/atkobject.c atk/atkobject.h
docs/tmpl/atkobject.sgml:
Add new function atk_object_initialize
* atk/atkobjectfactory.c atk/atkobjectfactory.h
docs/tmpl/atkobjectfactory.sgml:
Add new function atk_object_factory_get_accessible_type
* docs/atk-sections.txt:
Add new functions.
Add functions in atk-unused.txt
Diffstat (limited to 'atk/Makefile.am')
-rw-r--r-- | atk/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/Makefile.am b/atk/Makefile.am index d0743a4..e4809a3 100644 --- a/atk/Makefile.am +++ b/atk/Makefile.am @@ -36,6 +36,7 @@ libatk_la_SOURCES = \ atkcomponent.c \ atkdocument.c \ atkeditabletext.c \ + atkgobjectaccessible.c \ atkhyperlink.c \ atkhypertext.c \ atkimage.c \ @@ -82,6 +83,7 @@ atk_headers = \ atkcomponent.h \ atkdocument.h \ atkeditabletext.h \ + atkgobjectaccessible.h \ atkhyperlink.h \ atkhypertext.h \ atknoopobject.h \ |