summaryrefslogtreecommitdiff
path: root/docs/tmpl/atkregistry.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tmpl/atkregistry.sgml')
-rw-r--r--docs/tmpl/atkregistry.sgml6
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/tmpl/atkregistry.sgml b/docs/tmpl/atkregistry.sgml
index a1de43c..73569c0 100644
--- a/docs/tmpl/atkregistry.sgml
+++ b/docs/tmpl/atkregistry.sgml
@@ -7,7 +7,11 @@ object for an object of a particular GType.
<!-- ##### SECTION Long_Description ##### -->
<para>
-
+The AtkRegistry is normally used to create appropriate ATK "peers" for user
+interface components. Application developers usually need only interact with
+the AtkRegistry by associating appropriate ATK implementation classes with
+GObject classes via the atk_registry_set_factory_type call, passing the
+appropriate GType for application custom widget classes.
</para>
<!-- ##### SECTION See_Also ##### -->