diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-12-10 09:10:21 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-12-10 09:10:21 -0500 |
commit | 324683993e0524d5d856962543d8026e1972d87e (patch) | |
tree | a102819d352442972c723ce09bc09f9e7487499a /gtk/gtkwindow.c | |
parent | 82950528ed0af738eb95b59e826dba97fad3c4d4 (diff) | |
download | gtk+-324683993e0524d5d856962543d8026e1972d87e.tar.gz |
docs: Update references to GtkWindow:fullscreened
The property got renamed from fullscreen to fullscreened.
Update all references.
Diffstat (limited to 'gtk/gtkwindow.c')
-rw-r--r-- | gtk/gtkwindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkwindow.c b/gtk/gtkwindow.c index 1b6d994a3a..c516bcdfc1 100644 --- a/gtk/gtkwindow.c +++ b/gtk/gtkwindow.c @@ -5254,7 +5254,7 @@ gtk_window_unmaximize (GtkWindow *window) * windows. * * You can track the result of this operation via the #GdkToplevel:state property, - * or by listening to notifications of the #GtkWindow:fullscreen property. + * or by listening to notifications of the #GtkWindow:fullscreened property. */ void gtk_window_fullscreen (GtkWindow *window) @@ -5298,7 +5298,7 @@ unset_fullscreen_monitor (GtkWindow *window) * any given monitor. * * You can track the result of this operation via the #GdkToplevel:state - * property, or by listening to notifications of the #GtkWindow:fullscreen + * property, or by listening to notifications of the #GtkWindow:fullscreened * property. */ void @@ -5338,7 +5338,7 @@ gtk_window_fullscreen_on_monitor (GtkWindow *window, * write code that crashes if not. * * You can track the result of this operation via the #GdkToplevel:state property, - * or by listening to notifications of the #GtkWindow:fullscreen property. + * or by listening to notifications of the #GtkWindow:fullscreened property. */ void gtk_window_unfullscreen (GtkWindow *window) |