summaryrefslogtreecommitdiff
path: root/gtk/gtksearchbar.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-02-16 23:58:06 -0500
committerMatthias Clasen <mclasen@redhat.com>2019-02-19 00:25:59 -0500
commitfa3d1940bf2b36c165164584f12ef37c0a1c6206 (patch)
treeae87f067d7037ec3e1146133e1f94e98c3fc0636 /gtk/gtksearchbar.h
parent667ea2dd4229307ddacb1d32f18259a15047575f (diff)
downloadgtk+-fa3d1940bf2b36c165164584f12ef37c0a1c6206.tar.gz
search bar: Work with the new GtkSearchEntry
Don't assume a search entry is an entry, and use the editable api as far as possible.
Diffstat (limited to 'gtk/gtksearchbar.h')
-rw-r--r--gtk/gtksearchbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtksearchbar.h b/gtk/gtksearchbar.h
index e06e181f7d..ebf31e3bcc 100644
--- a/gtk/gtksearchbar.h
+++ b/gtk/gtksearchbar.h
@@ -78,7 +78,7 @@ GtkWidget* gtk_search_bar_new (void);
GDK_AVAILABLE_IN_ALL
void gtk_search_bar_connect_entry (GtkSearchBar *bar,
- GtkEntry *entry);
+ GtkEditable *entry);
GDK_AVAILABLE_IN_ALL
gboolean gtk_search_bar_get_search_mode (GtkSearchBar *bar);