doc: updating new symbol section on documentation
authorAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 11 Dec 2013 10:55:12 +0000 (11:55 +0100)
committerAlejandro Piñeiro <apinheiro@igalia.com>
Wed, 11 Dec 2013 10:55:12 +0000 (11:55 +0100)
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
atk/atktext.c
atk/atkversion.c
atk/atkwindow.c
docs/atk-docs.sgml

index 6aa1748..b3d4fb4 100755 (executable)
@@ -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.
index 9abb7f4..309e4d7 100755 (executable)
@@ -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.
index 51f64b3..a54aef9 100644 (file)
@@ -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)
index 16366fa..6b36c3d 100644 (file)
@@ -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");
 
index cf63cda..fa12bc6 100644 (file)
   <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>