[gtk/ebassi/gidocgen: 22/26] scrollbar: Add property annotations
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk/ebassi/gidocgen: 22/26] scrollbar: Add property annotations
- Date: Thu, 25 Feb 2021 04:25:31 +0000 (UTC)
commit 19dbeba8ac104b7c7e5d1dd4872ee5ce29a06add
Author: Matthias Clasen <mclasen redhat com>
Date: Wed Feb 24 21:58:11 2021 -0500
scrollbar: Add property annotations
Connect properties, getters, and setters with annotations.
gtk/gtkscrollbar.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 9151713bab..a5c15ce90b 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -215,7 +215,7 @@ gtk_scrollbar_class_init (GtkScrollbarClass *class)
object_class->dispose = gtk_scrollbar_dispose;
/**
- * GtkScrollbar:adjustment:
+ * GtkScrollbar:adjustment: (attributes org.gtk.Property.get=gtk_scrollbar_get_adjustment
org.gtk.Property.set=gtk_scrollbar_set_adjustment)
*
* The `GtkAdjustment` controlled by this scrollbar.
*/
@@ -299,7 +299,7 @@ gtk_scrollbar_adjustment_value_changed (GtkAdjustment *adjustment,
}
/**
- * gtk_scrollbar_set_adjustment:
+ * gtk_scrollbar_set_adjustment: (attributes org.gtk.Method.set_property=adjustment)
* @self: a `GtkScrollbar`
* @adjustment: (nullable): the adjustment to set
*
@@ -342,7 +342,7 @@ gtk_scrollbar_set_adjustment (GtkScrollbar *self,
}
/**
- * gtk_scrollbar_get_adjustment:
+ * gtk_scrollbar_get_adjustment: (attributes org.gtk.Method.get_property=adjustment)
* @self: a `GtkScrollbar`
*
* Returns the scrollbar's adjustment.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]