[gtk/ebassi/gidocgen: 145/471] scrollbar: Add property annotations




commit 94f2766b2b780b8ffa85f4f16d5ff7061522d057
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]