summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Piñeiro <apinheiro@igalia.com>2014-02-18 17:55:25 +0100
committerAlejandro Piñeiro <apinheiro@igalia.com>2014-02-18 17:55:25 +0100
commit8c0acf1dac478472d73ac7bfa3c2807f5675a9f6 (patch)
tree3e71dbca3802867371750a404a7388df1f62226c
parent93d52d1242c6a59f945225e7011208f4ddc6406c (diff)
downloadatk-8c0acf1dac478472d73ac7bfa3c2807f5675a9f6.tar.gz
doc: split API reference on categories
-rw-r--r--docs/atk-docs.sgml47
1 files changed, 31 insertions, 16 deletions
diff --git a/docs/atk-docs.sgml b/docs/atk-docs.sgml
index 6061efc..460e409 100644
--- a/docs/atk-docs.sgml
+++ b/docs/atk-docs.sgml
@@ -40,41 +40,56 @@
<releaseinfo>for ATK &version;</releaseinfo>
</bookinfo>
- <chapter id="atk">
- <title>ATK Library</title>
+ <chapter id="atkobject">
+ <title>Base accessibility object</title>
+ &atk-AtkObject;
+ </chapter>
+
+ <chapter id="toolkit">
+ <title>Event and toolkit support</title>
+ &atk-AtkUtil;
+ </chapter>
+ <chapter id="interfaces">
+ <title>ATK Interfaces</title>
&atk-AtkAction;
&atk-AtkComponent;
&atk-AtkDocument;
&atk-AtkEditabletext;
- &atk-AtkGObjectAccessible;
- &atk-AtkHyperlink;
&atk-AtkHyperlinkImpl;
&atk-AtkHypertext;
&atk-AtkImage;
- &atk-AtkNoOpObject;
- &atk-AtkNoOpObjectFactory;
- &atk-AtkObject;
- &atk-AtkObjectFactory;
- &atk-AtkPlug;
- &atk-AtkRegistry;
- &atk-AtkRelation;
- &atk-AtkRelationSet;
&atk-AtkSelection;
- &atk-AtkSocket;
- &atk-AtkState;
- &atk-AtkStateSet;
&atk-AtkStreamableContent;
&atk-AtkTable;
&atk-AtkTableCell;
&atk-AtkText;
- &atk-AtkUtil;
&atk-AtkValue;
&atk-AtkWindow;
</chapter>
+ <chapter id="data">
+ <title>Basic accessible data types</title>
+ &atk-AtkRelation;
+ &atk-AtkRelationSet;
+ &atk-AtkState;
+ &atk-AtkStateSet;
+ </chapter>
+
+ <chapter id="accessibles">
+ <title>Custom accessible objects</title>
+ &atk-AtkGObjectAccessible;
+ &atk-AtkHyperlink;
+ &atk-AtkNoOpObject;
+ &atk-AtkPlug;
+ &atk-AtkSocket;
+ </chapter>
+
<chapter id="utilities">
<title>Utilities</title>
+ &atk-AtkNoOpObjectFactory;
+ &atk-AtkObjectFactory;
+ &atk-AtkRegistry;
&atk-AtkVersion;
</chapter>