summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPadraig O'Briain <padraigo@src.gnome.org>2002-09-06 07:01:22 +0000
committerPadraig O'Briain <padraigo@src.gnome.org>2002-09-06 07:01:22 +0000
commit8b878cba37d0794e364db7b37555b0032c13b08b (patch)
tree598a9df4387d1faa2cb6fd0be4cf706ac9bf9e9d
parent18c3c0aee12b9669de5e17d6624e32c5756e3ef2 (diff)
downloadatk-gnome-2-0.tar.gz
Add ...Iface symbols to Standard sections to avoid unused declarationsgnome-2-0
* docs/atk-sections.txt: Add ...Iface symbols to Standard sections to avoid unused declarations * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml: Move AtkRelationSet from atkobject to atkrelationset.
-rw-r--r--ChangeLog8
-rw-r--r--docs/atk-sections.txt14
-rw-r--r--docs/tmpl/atkobject.sgml7
-rw-r--r--docs/tmpl/atkrelationset.sgml7
4 files changed, 28 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 3873e08..4241fa9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2002-09-06 Padraig O'Briain <padraig.obriain@sun.com>
+
+ * docs/atk-sections.txt: Add ...Iface symbols to Standard sections to
+ avoid unused declarations
+
+ * docs/tmpl/atkobject.sgml docs/tmpl/atkrelationset.sgml:
+ Move AtkRelationSet from atkobject to atkrelationset.
+
2002-09-05 Padraig O'Briain <padraig.obriain@sun.com>
* docs/atk-sections.txt docs/tmpl/atkaction.sgml
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 2951f5d..34b8800 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -9,6 +9,7 @@ atk_action_get_name
atk_action_get_keybinding
atk_action_set_description
<SUBSECTION Standard>
+AtkActionIface
ATK_ACTION
ATK_IS_ACTION
ATK_TYPE_ACTION
@@ -34,6 +35,7 @@ atk_component_set_extents
atk_component_set_position
atk_component_set_size
<SUBSECTION Standard>
+AtkComponentIface
ATK_COMPONENT
ATK_IS_COMPONENT
ATK_TYPE_COMPONENT
@@ -49,6 +51,7 @@ AtkDocument
atk_document_get_document_type
atk_document_get_document
<SUBSECTION Standard>
+AtkDocumentIface
ATK_DOCUMENT
ATK_IS_DOCUMENT
ATK_TYPE_DOCUMENT
@@ -68,6 +71,7 @@ atk_editable_text_cut_text
atk_editable_text_delete_text
atk_editable_text_paste_text
<SUBSECTION Standard>
+AtkEditableTextIface
ATK_EDITABLE_TEXT
ATK_IS_EDITABLE_TEXT
ATK_TYPE_EDITABLE_TEXT
@@ -83,6 +87,7 @@ atk_hypertext_get_link
atk_hypertext_get_n_links
atk_hypertext_get_link_index
<SUBSECTION Standard>
+AtkHypertextIface
ATK_HYPERTEXT
ATK_IS_HYPERTEXT
ATK_TYPE_HYPERTEXT
@@ -99,6 +104,7 @@ atk_image_get_image_description
atk_image_set_image_description
atk_image_get_image_size
<SUBSECTION Standard>
+AtkImageIface
ATK_IMAGE
ATK_IS_IMAGE
ATK_TYPE_IMAGE
@@ -144,7 +150,6 @@ AtkRole
atk_role_register
AtkLayer
AtkImplementor
-AtkRelationSet
AtkPropertyValues
AtkFunction
AtkPropertyChangeHandler
@@ -171,6 +176,7 @@ atk_object_initialize
atk_role_get_name
atk_role_for_name
<SUBSECTION Standard>
+AtkImplementorIface
ATK_OBJECT
ATK_IS_OBJECT
ATK_TYPE_OBJECT
@@ -251,6 +257,7 @@ ATK_RELATION_GET_CLASS
<SECTION>
<FILE>atkrelationset</FILE>
<TITLE>AtkRelationSet</TITLE>
+AtkRelationSet
atk_relation_set_new
atk_relation_set_contains
atk_relation_set_remove
@@ -280,6 +287,7 @@ atk_selection_is_child_selected
atk_selection_remove_selection
atk_selection_select_all_selection
<SUBSECTION Standard>
+AtkSelectionIface
ATK_SELECTION
ATK_IS_SELECTION
ATK_TYPE_SELECTION
@@ -345,6 +353,7 @@ atk_table_add_row_selection
atk_table_remove_column_selection
atk_table_remove_row_selection
<SUBSECTION Standard>
+AtkTableIface
ATK_TABLE
ATK_IS_TABLE
ATK_TYPE_TABLE
@@ -383,6 +392,7 @@ atk_text_attribute_get_name
atk_text_attribute_for_name
atk_text_attribute_get_value
<SUBSECTION Standard>
+AtkTextIface
ATK_TEXT
ATK_IS_TEXT
ATK_TYPE_TEXT
@@ -403,6 +413,7 @@ atk_value_get_maximum_value
atk_value_get_minimum_value
atk_value_set_current_value
<SUBSECTION Standard>
+AtkValueIface
ATK_VALUE
ATK_IS_VALUE
ATK_TYPE_VALUE
@@ -451,6 +462,7 @@ atk_streamable_content_get_n_mime_types
atk_streamable_content_get_mime_type
atk_streamable_content_get_stream
<SUBSECTION Standard>
+AtkStreamableContentIface
ATK_STREAMABLE_CONTENT
ATK_IS_STREAMABLE_CONTENT
ATK_TYPE_STREAMABLE_CONTENT
diff --git a/docs/tmpl/atkobject.sgml b/docs/tmpl/atkobject.sgml
index 997708b..c359b30 100644
--- a/docs/tmpl/atkobject.sgml
+++ b/docs/tmpl/atkobject.sgml
@@ -147,13 +147,6 @@ The AtkImplementor structure does not contain any fields.
</para>
-<!-- ##### STRUCT AtkRelationSet ##### -->
-<para>
-The AtkRelationSet structure should not be accessed directly.
-
-</para>
-
-
<!-- ##### STRUCT AtkPropertyValues ##### -->
<para>
The Atk PropertyValue structure is used when notifying a change in property.
diff --git a/docs/tmpl/atkrelationset.sgml b/docs/tmpl/atkrelationset.sgml
index deef40a..e4e2f36 100644
--- a/docs/tmpl/atkrelationset.sgml
+++ b/docs/tmpl/atkrelationset.sgml
@@ -14,6 +14,13 @@ A set of AtkRelations, normally the set of AtkRelations which an AtkObject has.
</para>
+<!-- ##### STRUCT AtkRelationSet ##### -->
+<para>
+The AtkRelationSet structure should not be accessed directly.
+
+</para>
+
+
<!-- ##### FUNCTION atk_relation_set_new ##### -->
<para>