From 8b878cba37d0794e364db7b37555b0032c13b08b Mon Sep 17 00:00:00 2001 From: Padraig O'Briain Date: Fri, 6 Sep 2002 07:01:22 +0000 Subject: Add ...Iface symbols to Standard sections to avoid unused declarations * 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. --- ChangeLog | 8 ++++++++ docs/atk-sections.txt | 14 +++++++++++++- docs/tmpl/atkobject.sgml | 7 ------- docs/tmpl/atkrelationset.sgml | 7 +++++++ 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 + + * 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 * 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 +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 +AtkComponentIface ATK_COMPONENT ATK_IS_COMPONENT ATK_TYPE_COMPONENT @@ -49,6 +51,7 @@ AtkDocument atk_document_get_document_type atk_document_get_document +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 +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 +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 +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 +AtkImplementorIface ATK_OBJECT ATK_IS_OBJECT ATK_TYPE_OBJECT @@ -251,6 +257,7 @@ ATK_RELATION_GET_CLASS
atkrelationset AtkRelationSet +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 +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 +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 +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 +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 +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. - - -The AtkRelationSet structure should not be accessed directly. - - - - 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. + + +The AtkRelationSet structure should not be accessed directly. + + + + -- cgit v1.2.1