summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gdk/gdkseat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdk/gdkseat.c b/gdk/gdkseat.c
index 397dc9ff4b..2709fadc85 100644
--- a/gdk/gdkseat.c
+++ b/gdk/gdkseat.c
@@ -180,7 +180,7 @@ gdk_seat_class_init (GdkSeatClass *klass)
GDK_TYPE_DEVICE_TOOL);
/**
- * GdkSeat:display:
+ * GdkSeat:display: (attributes org.gtk.Property.get=gdk_seat_get_display)
*
* `GdkDisplay` of this seat.
*/
@@ -393,7 +393,7 @@ gdk_seat_device_removed (GdkSeat *seat,
}
/**
- * gdk_seat_get_display:
+ * gdk_seat_get_display: (attributes org.gtk.Method.get_property=display)
* @seat: a `GdkSeat`
*
* Returns the `GdkDisplay` this seat belongs to.