[gtk/ebassi/gidocgen: 7/26] seat: Add property annotations
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 7/26] seat: Add property annotations
- Date: Thu, 25 Feb 2021 04:25:30 +0000 (UTC)
commit d58a2c9be7d992f57d931b9ea07179f7a71cd5b4
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 24 20:06:01 2021 -0500
seat: Add property annotations
Connect properties, getters, and setters with annotations.
gdk/gdkseat.c | 4 ++--
1 file 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]