diff options
author | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-12-11 11:06:31 +0100 |
---|---|---|
committer | Alejandro Piñeiro <apinheiro@igalia.com> | 2013-12-11 11:36:04 +0100 |
commit | 11ba48d7b03bf9324864effcd077cd844ba388a1 (patch) | |
tree | 4e9a5876ecc39aa3868be877810eac1a7faa12c9 /docs | |
parent | 7a0e0f5da3fb7752284362c4e901a6314751a76f (diff) | |
download | atk-11ba48d7b03bf9324864effcd077cd844ba388a1.tar.gz |
atkmisc: Deprecate atkmisc
Also include it on the documentation to clearly state that
is deprecated.
https://bugzilla.gnome.org/show_bug.cgi?id=652798
Diffstat (limited to 'docs')
-rw-r--r-- | docs/atk-docs.sgml | 6 | ||||
-rw-r--r-- | docs/atk.types | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/docs/atk-docs.sgml b/docs/atk-docs.sgml index c7d8b21..cf63cda 100644 --- a/docs/atk-docs.sgml +++ b/docs/atk-docs.sgml @@ -10,6 +10,7 @@ <!ENTITY atk-AtkHyperlinkImpl SYSTEM "xml/atkhyperlinkimpl.xml"> <!ENTITY atk-AtkHypertext SYSTEM "xml/atkhypertext.xml"> <!ENTITY atk-AtkImage SYSTEM "xml/atkimage.xml"> + <!ENTITY atk-AtkMisc SYSTEM "xml/atkmisc.xml"> <!ENTITY atk-AtkNoOpObject SYSTEM "xml/atknoopobject.xml"> <!ENTITY atk-AtkNoOpObjectFactory SYSTEM "xml/atknoopobjectfactory.xml"> <!ENTITY atk-AtkPlug SYSTEM "xml/atkplug.xml"> @@ -75,6 +76,11 @@ &atk-AtkVersion; </chapter> + <chapter id="deprecated"> + <title>Deprecated Interfaces</title> + &atk-AtkMisc; + </chapter> + <index id="api-index-full"> <title>Index of all symbols</title> </index> diff --git a/docs/atk.types b/docs/atk.types index ceb2f82..bdbd870 100644 --- a/docs/atk.types +++ b/docs/atk.types @@ -9,6 +9,7 @@ atk_hyperlink_get_type atk_hypertext_get_type atk_image_get_type atk_implementor_get_type +atk_misc_get_type atk_no_op_object_get_type atk_no_op_object_factory_get_type atk_object_get_type |