[atk] doc: updating new symbol section on documentation



commit 950d216d137f9312d07b2d99db06f79075963ae8
Author: Alejandro Piñeiro <apinheiro igalia com>
Date:   Wed Dec 11 11:55:12 2013 +0100

    doc: updating new symbol section on documentation
    
    It also updates Since on several symbols, in order
    to report from which stable release it became available
    instead of exactly which unstable one.

 atk/atkobject.c    |    2 +-
 atk/atktext.c      |    2 +-
 atk/atkversion.c   |   10 +++++-----
 atk/atkwindow.c    |   18 +++++++++---------
 docs/atk-docs.sgml |   25 +++++++++++--------------
 5 files changed, 27 insertions(+), 30 deletions(-)
---
diff --git a/atk/atkobject.c b/atk/atkobject.c
index 6aa1748..b3d4fb4 100755
--- a/atk/atkobject.c
+++ b/atk/atkobject.c
@@ -1619,7 +1619,7 @@ atk_object_real_get_object_locale (AtkObject *object)
  * Gets a UTF-8 string indicating the POSIX-style LC_MESSAGES locale
  * of @accessible.
  *
- * Since: 2.7.90
+ * Since: 2.8
  *
  * Returns: a UTF-8 string indicating the POSIX-style LC_MESSAGES
  *          locale of @accessible.
diff --git a/atk/atktext.c b/atk/atktext.c
index 9abb7f4..309e4d7 100755
--- a/atk/atktext.c
+++ b/atk/atktext.c
@@ -577,7 +577,7 @@ atk_text_get_text_before_offset (AtkText          *text,
  * is from the start of the paragraph at or before the offset to the start
  * of the following paragraph after the offset.
  *
- * Since: 2.9.4
+ * Since: 2.10
  *
  * Returns: a newly allocated string containing the text at the @offset bounded
  *   by the specified @granularity. Use g_free() to free the returned string.
diff --git a/atk/atkversion.c b/atk/atkversion.c
index 51f64b3..a54aef9 100644
--- a/atk/atkversion.c
+++ b/atk/atkversion.c
@@ -44,7 +44,7 @@
  *
  * Returns: the major version number of the ATK library
  *
- * Since: 2.7.4
+ * Since: 2.8
  */
 guint
 atk_get_major_version (void)
@@ -65,7 +65,7 @@ atk_get_major_version (void)
  *
  * Returns: the minor version number of the ATK library
  *
- * Since: 2.7.4
+ * Since: 2.8
  */
 guint
 atk_get_minor_version (void)
@@ -86,7 +86,7 @@ atk_get_minor_version (void)
  *
  * Returns: the micro version number of the ATK library
  *
- * Since: 2.7.4
+ * Since: 2.8
  */
 guint
 atk_get_micro_version (void)
@@ -102,7 +102,7 @@ atk_get_micro_version (void)
  *
  * Returns: the binary age of the ATK library
  *
- * Since: 2.7.4
+ * Since: 2.8
  */
 guint
 atk_get_binary_age (void)
@@ -118,7 +118,7 @@ atk_get_binary_age (void)
  *
  * Returns: the interface age of the ATK library
  *
- * Since: 2.7.4
+ * Since: 2.8
  */
 guint
 atk_get_interface_age (void)
diff --git a/atk/atkwindow.c b/atk/atkwindow.c
index 16366fa..6b36c3d 100644
--- a/atk/atkwindow.c
+++ b/atk/atkwindow.c
@@ -77,7 +77,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::activate is emitted when a window
        * becomes the active window of the application or session.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[ACTIVATE] = atk_window_add_signal ("activate");
       /**
@@ -87,7 +87,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::create is emitted when a new window
        * is created.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[CREATE] = atk_window_add_signal ("create");
       /**
@@ -97,7 +97,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::deactivate is emitted when a window is
        * no longer the active window of the application or session.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[DEACTIVATE] = atk_window_add_signal ("deactivate");
       /**
@@ -107,7 +107,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::destroy is emitted when a window is
        * destroyed.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[DESTROY] = atk_window_add_signal ("destroy");
       /**
@@ -117,7 +117,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::maximize is emitted when a window
        * is maximized.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[MAXIMIZE] = atk_window_add_signal ("maximize");
       /**
@@ -127,7 +127,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::minimize is emitted when a window
        * is minimized.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[MINIMIZE] = atk_window_add_signal ("minimize");
       /**
@@ -137,7 +137,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::move is emitted when a window
        * is moved.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[MOVE] = atk_window_add_signal ("move");
       /**
@@ -147,7 +147,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::resize is emitted when a window
        * is resized.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[RESIZE] = atk_window_add_signal ("resize");
       /**
@@ -157,7 +157,7 @@ atk_window_default_init (AtkWindowIface *iface)
        * The signal #AtkWindow::restore is emitted when a window
        * is restored.
        *
-       * Since: 2.1.5
+       * Since: 2.2
        */
       atk_window_signals[RESTORE] = atk_window_add_signal ("restore");
 
diff --git a/docs/atk-docs.sgml b/docs/atk-docs.sgml
index cf63cda..fa12bc6 100644
--- a/docs/atk-docs.sgml
+++ b/docs/atk-docs.sgml
@@ -96,35 +96,32 @@
   <index id="api-index-1-6" role="1.6">
     <title>Index of new symbols in 1.6</title>
   </index>
+  <index id="api-index-1-9" role="1.9">
+    <title>Index of new symbols in 1.9</title>
+  </index>
   <index id="api-index-1-12" role="1.12">
     <title>Index of new symbols in 1.12</title>
   </index>
   <index id="api-index-1-13" role="1.13">
     <title>Index of new symbols in 1.13</title>
   </index>
-  <index id="api-index-1-18" role="1.18">
-    <title>Index of new symbols in 1.18</title>
-  </index>
   <index id="api-index-1-20" role="1.20">
     <title>Index of new symbols in 1.20</title>
   </index>
   <index id="api-index-1-22" role="1.22">
     <title>Index of new symbols in 1.22</title>
   </index>
-  <index id="api-index-1-24" role="1.24">
-    <title>Index of new symbols in 1.24</title>
-  </index>
-  <index id="api-index-1-26" role="1.26">
-    <title>Index of new symbols in 1.26</title>
-  </index>
-  <index id="api-index-1-28" role="1.28">
-    <title>Index of new symbols in 1.28</title>
-  </index>
   <index id="api-index-1-30" role="1.30">
     <title>Index of new symbols in 1.30</title>
   </index>
-  <index id="api-index-1-32" role="1.32">
-    <title>Index of new symbols in 1.32</title>
+  <index id="api-index-2-2" role="2.2">
+    <title>Index of new symbols in 2.2</title>
+  </index>
+  <index id="api-index-2-8" role="2.8">
+    <title>Index of new symbols in 2.8</title>
+  </index>
+  <index id="api-index-2-10" role="2.10">
+    <title>Index of new symbols in 2.10</title>
   </index>
 
 </book>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]