gtk: Add missing since annotations
authorBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Wed, 2 Aug 2023 18:19:23 +0000 (18:19 +0000)
committerBilal Elmoussaoui <bil.elmoussaoui@gmail.com>
Wed, 2 Aug 2023 18:19:23 +0000 (18:19 +0000)
Follow up of https://gitlab.gnome.org/GNOME/gtk/-/commit/7f946eff0163e84e34a1880f068f7f5efb354add

gtk/gtkwindow.c

index e44859307f69bae9a92d196164b9c179371e603c..bac2a25b89053cb4429f337a78bd0c2f60f057ac 100644 (file)
@@ -981,6 +981,8 @@ gtk_window_class_init (GtkWindowClass *klass)
    * Whether the window is suspended.
    *
    * See [method@Gtk.Window.is_suspended] for details about what suspended means.
+   *
+   * Since: 4.12
    */
   window_props[PROP_SUSPENDED] =
       g_param_spec_boolean ("suspended", NULL, NULL,
@@ -1305,6 +1307,8 @@ gtk_window_is_fullscreen (GtkWindow *window)
  * example by being on a inactive workspace, minimized, obstructed.
  *
  * Returns: whether the window is suspended.
+ *
+ * Since: 4.12
  */
 gboolean
 gtk_window_is_suspended (GtkWindow *window)