projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
48d1dfd
)
gtk: Add missing since annotations
author
Bilal Elmoussaoui
<bil.elmoussaoui@gmail.com>
Wed, 2 Aug 2023 18:19:23 +0000
(18:19 +0000)
committer
Bilal 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
patch
|
blob
|
history
diff --git
a/gtk/gtkwindow.c
b/gtk/gtkwindow.c
index e44859307f69bae9a92d196164b9c179371e603c..bac2a25b89053cb4429f337a78bd0c2f60f057ac 100644
(file)
--- a/
gtk/gtkwindow.c
+++ b/
gtk/gtkwindow.c
@@
-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)