diff options
author | Bill Haneman <billh@src.gnome.org> | 2007-01-08 14:47:50 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2007-01-08 14:47:50 +0000 |
commit | 78176a5d3b4d28e6eab5602a84d23db60519e4ad (patch) | |
tree | f58056006c8277587e9819a414ae72ca2a6190c9 /docs | |
parent | 6b3ea74d20ceede4e3ccbac5dc66cf60f9ff4c3a (diff) | |
download | atk-78176a5d3b4d28e6eab5602a84d23db60519e4ad.tar.gz |
Added AtkMisc class, uprev for gnome-2.17.5, and release.ATK_1_13_0
svn path=/trunk/; revision=1130
Diffstat (limited to 'docs')
-rw-r--r-- | docs/atk-sections.txt | 17 | ||||
-rw-r--r-- | docs/tmpl/atkhyperlinkimpl.sgml | 6 |
2 files changed, 22 insertions, 1 deletions
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index 2c187ff..902458e 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -562,6 +562,23 @@ AtkUtilClass </SECTION> <SECTION> +<FILE>atkmisc</FILE> +<TITLE>AtkMisc</TITLE> +AtkMisc +atk_misc_threads_enter +atk_misc_threads_leave +atk_misc_get_instance +<SUBSECTION Standard> +ATK_MISC +ATK_IS_MISC +ATK_TYPE_MISC +ATK_MISC_CLASS +ATK_IS_MISC_CLASS +ATK_MISC_GET_CLASS +AtkMiscClass +</SECTION> + +<SECTION> <FILE>atkgobjectaccessible</FILE> <TITLE>AtkGObjectAccessible</TITLE> AtkGObjectAccessible diff --git a/docs/tmpl/atkhyperlinkimpl.sgml b/docs/tmpl/atkhyperlinkimpl.sgml index 1709425..c220304 100644 --- a/docs/tmpl/atkhyperlinkimpl.sgml +++ b/docs/tmpl/atkhyperlinkimpl.sgml @@ -33,7 +33,11 @@ followed by AtkHyperlink:getObject. <!-- ##### STRUCT AtkHyperlinkImpl ##### --> <para> - +A queryable interface which allows AtkHyperlink instances associated with an +AtkObject to be obtained. AtkHyperlinkImpl corresponds to AT-SPI's +Hyperlink interface, and differs from AtkHyperlink in that AtkHyperlink +is an object type, rather than an interface, and thus cannot be directly +queried. </para> |