diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-08-12 17:07:46 +0200 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-08-12 21:06:36 +0200 |
commit | 0f1e31ad2451b1e00f631e217d9d29d306404f2d (patch) | |
tree | 9df22ec49c982912979aa6b907dd25dc27fccd96 /atk/atkregistry.h | |
parent | c568794a6f75cc9cc297b24978bc7480ee689bea (diff) | |
download | atk-0f1e31ad2451b1e00f631e217d9d29d306404f2d.tar.gz |
doc: removing several .sgml files and fixing gtk-doc warnings
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
Diffstat (limited to 'atk/atkregistry.h')
-rw-r--r-- | atk/atkregistry.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/atk/atkregistry.h b/atk/atkregistry.h index eb16403..e6cf7d6 100644 --- a/atk/atkregistry.h +++ b/atk/atkregistry.h @@ -27,6 +27,21 @@ #include <glib-object.h> #include "atkobjectfactory.h" +/** + * SECTION:atkobjectregistry + * @Short_description: An object used to store the GType of the + * factories used to create an accessible object for an object of a + * particular GType. + * @Title:AtkObjectRegistry + * + * 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. + */ + G_BEGIN_DECLS #define ATK_TYPE_REGISTRY (atk_registry_get_type ()) |