From 6fccfe502857e77336d3596fa9d1b33ce2577a58 Mon Sep 17 00:00:00 2001 From: Sven Herzberg Date: Mon, 9 Mar 2009 08:49:23 +0000 Subject: [PATCH] Improve the documentation 2009-03-06 Sven Herzberg Improve the documentation * docs/atk-sections.txt: added AtkStateSet; this will enable a link to the right page, as well as display the inheritance relation to GObject (so people can see that g_object_unref is the right function - instead of implying this by the absence of any free function) * docs/tmpl/atkstateset.sgml: updated auto-built file svn path=/trunk/; revision=1349 --- ChangeLog | 10 ++++++++++ docs/atk-sections.txt | 1 + docs/tmpl/atkstateset.sgml | 6 ++++++ 3 files changed, 17 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9209d0c..03b5a8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2009-03-06 Sven Herzberg + + Improve the documentation + + * docs/atk-sections.txt: added AtkStateSet; this will enable a link to + the right page, as well as display the inheritance relation to GObject + (so people can see that g_object_unref is the right function - instead + of implying this by the absence of any free function) + * docs/tmpl/atkstateset.sgml: updated auto-built file + 2008-12-01 Li Yuan * NEWS: diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt index 902458e..b388f9d 100644 --- a/docs/atk-sections.txt +++ b/docs/atk-sections.txt @@ -321,6 +321,7 @@ atk_selection_get_type
atkstateset AtkStateSet +AtkStateSet atk_state_set_new atk_state_set_is_empty atk_state_set_add_state diff --git a/docs/tmpl/atkstateset.sgml b/docs/tmpl/atkstateset.sgml index 2f71a26..187811c 100644 --- a/docs/tmpl/atkstateset.sgml +++ b/docs/tmpl/atkstateset.sgml @@ -18,6 +18,12 @@ of AtkStates. + + + + + + -- 2.34.1