Add some missing argument (out) annotations
[platform/upstream/atk.git] / atk / atkwindow.c
index 16366fa..8e7ad8a 100644 (file)
@@ -17,6 +17,8 @@
  * Boston, MA 02111-1307, USA.
  */
 
+#include "config.h"
+
 #include "atkwindow.h"
 #include "atkmarshal.h"
 
@@ -77,7 +79,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 +89,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 +99,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 +109,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 +119,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 +129,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 +139,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 +149,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 +159,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");