summaryrefslogtreecommitdiff
path: root/gdk/gdkseat.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-02-24 20:06:01 -0500
committerEmmanuele Bassi <ebassi@gnome.org>2021-03-11 16:37:32 +0000
commit6be66205cc1f30d5cb4cc8a84a95e534119902e7 (patch)
treee16a7ee31aa30fe5d2bab6476fef31442d804f7b /gdk/gdkseat.c
parentabb6fe326f56728e5515feafbd433575227e2dae (diff)
downloadgtk+-6be66205cc1f30d5cb4cc8a84a95e534119902e7.tar.gz
seat: Add property annotations
Connect properties, getters, and setters with annotations.
Diffstat (limited to 'gdk/gdkseat.c')
-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.