From 72505acb9ea9ea1260d7ed2d5304c79d5fa970ba Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 25 Feb 2021 10:08:08 -0500 Subject: [PATCH] searchentry: Minor docs tweaks --- gtk/gtksearchentry.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gtk/gtksearchentry.c b/gtk/gtksearchentry.c index 35065424e1..92d82dcf5e 100644 --- a/gtk/gtksearchentry.c +++ b/gtk/gtksearchentry.c @@ -74,6 +74,9 @@ * you can use [method@Gtk.SearchEntry.set_key_capture_widget] to * let it capture key input from another widget. * + * `GtkSearchEntry` provides only minimal API and should be used with + * the [iface@Gtk.Editable] API. + * * ## CSS Nodes * * |[ @@ -674,7 +677,8 @@ capture_widget_key_handled (GtkEventControllerKey *controller, * @entry: a `GtkSearchEntry` * @widget: (nullable) (transfer none): a #GtkWidget * - * Sets @widget as the widget that @entry will capture key events from. + * Sets @widget as the widget that @entry will capture key + * events from. * * Key events are consumed by the search entry to start or * continue a search.