[gtk/wip/chergert/fix-gi-typo] gdk: fix typo in G-I attribute
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/wip/chergert/fix-gi-typo] gdk: fix typo in G-I attribute
- Date: Wed, 12 May 2021 17:54:21 +0000 (UTC)
commit ae9b4f8940082e785f5f66abbcd6065b080ffe2d
Author: Christian Hergert <chergert redhat com>
Date: Wed May 12 10:53:56 2021 -0700
gdk: fix typo in G-I attribute
gdk/gdkmonitor.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gdk/gdkmonitor.c b/gdk/gdkmonitor.c
index 0108a1a5ab..b1aafd5756 100644
--- a/gdk/gdkmonitor.c
+++ b/gdk/gdkmonitor.c
@@ -299,7 +299,7 @@ gdk_monitor_class_init (GdkMonitorClass *class)
* GdkMonitor:valid: (attributes org.gtk.Property.get=gdk_monitor_is_valid)
*
* Whether the object is still valid.
- */
+ */
props[PROP_VALID] =
g_param_spec_boolean ("valid",
"Valid",
@@ -449,7 +449,7 @@ gdk_monitor_get_model (GdkMonitor *monitor)
}
/**
- * gdk_monitor_get_scale_factor: (attributes org.gtk.Method.get_prooperty=scale-factor)
+ * gdk_monitor_get_scale_factor: (attributes org.gtk.Method.get_property=scale-factor)
* @monitor: a `GdkMonitor`
*
* Gets the internal scale factor that maps from monitor coordinates
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]