Fixed typos and template omissions which were preventing some inline
authorBill Haneman <billh@src.gnome.org>
Thu, 17 Aug 2006 17:05:22 +0000 (17:05 +0000)
committerBill Haneman <billh@src.gnome.org>
Thu, 17 Aug 2006 17:05:22 +0000 (17:05 +0000)
docs from getting exported.  Bug #351580.

NEWS
atk/atkhyperlinkimpl.c
atk/atkstreamablecontent.c
atk/atkvalue.c
docs/atk-docs.sgml
docs/atk-sections.txt
docs/tmpl/atkhyperlinkimpl.sgml
docs/tmpl/atkstreamablecontent.sgml
docs/tmpl/atkutil.sgml
docs/tmpl/atkvalue.sgml

diff --git a/NEWS b/NEWS
index f6bf5de..32d5776 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,15 @@
-Changes in version 1.12.0: [ongoing]
+Changes in version 1.12.1: 
 =========================
+* Added AtkHyperlinkImpl
+* New language: Bengali India (bn_IN) - Runa Bhattacharjee.
+* Fixed tags in docs so that indices of
+  new and deprecated methods are created.
+* Added "get_uri" method to AtkStreamableContent.
 
-* Added ATK_ROLE_FORM
+Changes in version 1.12.0: 
+=========================
+
+* Added ATK_ROLE_FORM, ATK_STATE_ANIMATED, ATK_STATE_VISITED, ATK_STATE_DEFAULT
 * Added ATK_RELATION_DESCRIPTION_FOR, ATK_RELATION_DESCRIBED_BY
 
 Changes in version 1.11.4:
index 73847e5..275390a 100644 (file)
@@ -47,6 +47,8 @@ atk_hyperlink_impl_get_type (void)
  * Gets the hyperlink associated with this object.
  *
  * Returns an AtkHyperlink object which points to this implementing AtkObject.
+ *
+ * Since: ATK 1.12
  **/
 AtkHyperlink *
 atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *obj)
index 3dbccfd..37f5549 100755 (executable)
@@ -117,7 +117,7 @@ atk_streamable_content_get_stream (AtkStreamableContent *streamable,
     return NULL;
 }
 
-/*
+/**
  * atk_streamable_content_get_uri:
  * @streamable: a GObject instance that implements AtkStreamableContentIface
  * @mime_type: a gchar* representing the mime type, or NULL to request a URI 
@@ -134,7 +134,9 @@ atk_streamable_content_get_stream (AtkStreamableContent *streamable,
  *
  * Returns:  Returns a string representing a URI, or NULL if no corresponding URI
  * can be constructed.
- */
+ *
+ * Since: ATK 1.12
+ **/
 gchar*
 atk_streamable_content_get_uri (AtkStreamableContent *streamable,
                                const gchar          *mime_type)
index 08d74b3..f2856a1 100755 (executable)
@@ -135,6 +135,8 @@ atk_value_get_minimum_value (AtkValue *obj,
  * Gets the minimum increment by which the value of this object may be changed.  If zero,
  * the minimum increment is undefined, which may mean that it is limited only by the 
  * floating point precision of the platform.
+ *
+ * Since: ATK 1.12
  **/
 void
 atk_value_get_minimum_increment (AtkValue *obj,
index 42aaa51..5302b2b 100644 (file)
@@ -7,6 +7,7 @@
   <!ENTITY atk-AtkEditabletext SYSTEM "xml/atkeditabletext.xml">
   <!ENTITY atk-AtkGObjectAccessible SYSTEM "xml/atkgobjectaccessible.xml">
   <!ENTITY atk-AtkHyperlink SYSTEM "xml/atkhyperlink.xml">
+  <!ENTITY atk-AtkHyperlinkImpl SYSTEM "xml/atkhyperlinkimpl.xml">
   <!ENTITY atk-AtkHypertext SYSTEM "xml/atkhypertext.xml">
   <!ENTITY atk-AtkImage SYSTEM "xml/atkimage.xml">
   <!ENTITY atk-AtkNoOpObject SYSTEM "xml/atknoopobject.xml">
@@ -42,6 +43,7 @@
     &atk-AtkEditabletext;
     &atk-AtkGObjectAccessible;
     &atk-AtkHyperlink;
+    &atk-AtkHyperlinkImpl;
     &atk-AtkHypertext;
     &atk-AtkImage;
     &atk-AtkNoOpObject;
index 61cb8e3..2c187ff 100644 (file)
@@ -444,6 +444,7 @@ atk_value_get_current_value
 atk_value_get_maximum_value
 atk_value_get_minimum_value
 atk_value_set_current_value
+atk_value_get_minimum_increment
 <SUBSECTION Standard>
 AtkValueIface
 ATK_VALUE
@@ -485,6 +486,7 @@ AtkHyperlinkClass
 AtkHyperlinkImpl
 atk_hyperlink_impl_get_hyperlink
 <SUBSECTION Standard>
+AtkHyperlinkImplIface
 ATK_HYPERLINK_IMPL
 ATK_IS_HYPERLINK_IMPL
 ATK_TYPE_HYPERLINK_IMPL
@@ -512,6 +514,7 @@ AtkStreamableContent
 atk_streamable_content_get_n_mime_types
 atk_streamable_content_get_mime_type
 atk_streamable_content_get_stream      
+atk_streamable_content_get_uri
 <SUBSECTION Standard>
 AtkStreamableContentIface
 ATK_STREAMABLE_CONTENT
index fd97906..1709425 100644 (file)
@@ -3,7 +3,7 @@ AtkHyperlinkImpl
 
 <!-- ##### SECTION Short_Description ##### -->
 An interface from which the AtkHyperlink associated with an
-AtkObject may be obtained. 
+AtkObject may be obtained.
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>
index 8822bb9..16981ac 100644 (file)
@@ -68,3 +68,13 @@ The AtkStreamableContent structure does not contain any fields.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_streamable_content_get_uri ##### -->
+<para>
+
+</para>
+
+@streamable: 
+@mime_type: 
+@Returns: 
+
+
index ca99b5a..1c76a12 100644 (file)
@@ -56,8 +56,6 @@ The AtkUtil struct does not contain any fields.
 </para>
 
 @init: 
-<!-- # Unused Parameters # -->
-@add_function: 
 
 
 <!-- ##### FUNCTION atk_focus_tracker_notify ##### -->
index 78090fe..58c1ca6 100644 (file)
@@ -68,3 +68,12 @@ The AtkValue structure does not contain any fields.
 @Returns: 
 
 
+<!-- ##### FUNCTION atk_value_get_minimum_increment ##### -->
+<para>
+
+</para>
+
+@obj: 
+@value: 
+
+