[gtk/matthiasc/for-master] docs: Update references to GtkWindow:fullscreened




commit 324683993e0524d5d856962543d8026e1972d87e
Author: Matthias Clasen <mclasen redhat com>
Date:   Thu Dec 10 09:10:21 2020 -0500

    docs: Update references to GtkWindow:fullscreened
    
    The property got renamed from fullscreen to fullscreened.
    Update all references.

 gtk/gtkwindow.c | 6 +++---
 1 file 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)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]