summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBill Haneman <billh@src.gnome.org>2006-08-17 17:05:22 +0000
committerBill Haneman <billh@src.gnome.org>2006-08-17 17:05:22 +0000
commitc1b27128daf51cf272540c4e0c46b83dac19e5df (patch)
treef46b11e842f7dcd8c379ec29b5f42d1288637cf8
parent27a9f8b14dc50cda4a0ff5ac669b6453de68d15f (diff)
downloadatk-c1b27128daf51cf272540c4e0c46b83dac19e5df.tar.gz
Fixed typos and template omissions which were preventing some inline
docs from getting exported. Bug #351580.
-rw-r--r--NEWS12
-rw-r--r--atk/atkhyperlinkimpl.c2
-rwxr-xr-xatk/atkstreamablecontent.c6
-rwxr-xr-xatk/atkvalue.c2
-rw-r--r--docs/atk-docs.sgml2
-rw-r--r--docs/atk-sections.txt3
-rw-r--r--docs/tmpl/atkhyperlinkimpl.sgml2
-rw-r--r--docs/tmpl/atkstreamablecontent.sgml10
-rw-r--r--docs/tmpl/atkutil.sgml2
-rw-r--r--docs/tmpl/atkvalue.sgml9
10 files changed, 43 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index f6bf5de..32d5776 100644
--- 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:
diff --git a/atk/atkhyperlinkimpl.c b/atk/atkhyperlinkimpl.c
index 73847e5..275390a 100644
--- a/atk/atkhyperlinkimpl.c
+++ b/atk/atkhyperlinkimpl.c
@@ -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)
diff --git a/atk/atkstreamablecontent.c b/atk/atkstreamablecontent.c
index 3dbccfd..37f5549 100755
--- a/atk/atkstreamablecontent.c
+++ b/atk/atkstreamablecontent.c
@@ -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)
diff --git a/atk/atkvalue.c b/atk/atkvalue.c
index 08d74b3..f2856a1 100755
--- a/atk/atkvalue.c
+++ b/atk/atkvalue.c
@@ -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,
diff --git a/docs/atk-docs.sgml b/docs/atk-docs.sgml
index 42aaa51..5302b2b 100644
--- a/docs/atk-docs.sgml
+++ b/docs/atk-docs.sgml
@@ -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;
diff --git a/docs/atk-sections.txt b/docs/atk-sections.txt
index 61cb8e3..2c187ff 100644
--- a/docs/atk-sections.txt
+++ b/docs/atk-sections.txt
@@ -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
diff --git a/docs/tmpl/atkhyperlinkimpl.sgml b/docs/tmpl/atkhyperlinkimpl.sgml
index fd97906..1709425 100644
--- a/docs/tmpl/atkhyperlinkimpl.sgml
+++ b/docs/tmpl/atkhyperlinkimpl.sgml
@@ -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>
diff --git a/docs/tmpl/atkstreamablecontent.sgml b/docs/tmpl/atkstreamablecontent.sgml
index 8822bb9..16981ac 100644
--- a/docs/tmpl/atkstreamablecontent.sgml
+++ b/docs/tmpl/atkstreamablecontent.sgml
@@ -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:
+
+
diff --git a/docs/tmpl/atkutil.sgml b/docs/tmpl/atkutil.sgml
index ca99b5a..1c76a12 100644
--- a/docs/tmpl/atkutil.sgml
+++ b/docs/tmpl/atkutil.sgml
@@ -56,8 +56,6 @@ The AtkUtil struct does not contain any fields.
</para>
@init:
-<!-- # Unused Parameters # -->
-@add_function:
<!-- ##### FUNCTION atk_focus_tracker_notify ##### -->
diff --git a/docs/tmpl/atkvalue.sgml b/docs/tmpl/atkvalue.sgml
index 78090fe..58c1ca6 100644
--- a/docs/tmpl/atkvalue.sgml
+++ b/docs/tmpl/atkvalue.sgml
@@ -68,3 +68,12 @@ The AtkValue structure does not contain any fields.
@Returns:
+<!-- ##### FUNCTION atk_value_get_minimum_increment ##### -->
+<para>
+
+</para>
+
+@obj:
+@value:
+
+