[gtk/matthiasc/for-main] search-entry: Add getter/setter annotation




commit dfe8eb37ced92b2110da68359a858cbfb82b4481
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Jul 11 15:08:39 2022 -0400

    search-entry: Add getter/setter annotation
    
    This was suggested in !4823.

 gtk/gtksearchentry.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c
index dcf5f9cf6f..4779447719 100644
--- a/gtk/gtksearchentry.c
+++ b/gtk/gtksearchentry.c
@@ -794,7 +794,7 @@ gtk_search_entry_get_key_capture_widget (GtkSearchEntry *entry)
 }
 
 /**
- * gtk_search_entry_set_search_delay:
+ * gtk_search_entry_set_search_delay: (attributes org.gtk.Property.set_property=search-delay)
  * @entry: a `GtkSearchEntry`
  * @delay: a delay in milliseconds
  *
@@ -821,7 +821,7 @@ gtk_search_entry_set_search_delay (GtkSearchEntry *entry,
 }
 
 /**
- * gtk_search_entry_get_search_delay
+ * gtk_search_entry_get_search_delay: (attributes org.gtk.Property.get_property=search-delay)
  * @entry: a `GtkSearchEntry`
  *
  * Get the delay to be used between the last keypress and the


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]