diff options
author | Benjamin Otte <otte@redhat.com> | 2019-10-15 15:34:16 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-10-15 16:33:05 +0200 |
commit | 427deb4f13fbe8b9ef437edf113162f9219c4a54 (patch) | |
tree | cb95e6893ddc5e92cbab90c26d22769f5ea9ca0c /gtk/gtktext.h | |
parent | a1a70a1130a45a00767bddb000d550eca23ec3c4 (diff) | |
download | gtk+-427deb4f13fbe8b9ef437edf113162f9219c4a54.tar.gz |
widget: Make gtk_widget_grab_focus() return a boolean
So now it can actually fail.
It doesn't yet though.
Diffstat (limited to 'gtk/gtktext.h')
-rw-r--r-- | gtk/gtktext.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktext.h b/gtk/gtktext.h index 025fdd3d89..4ce0b781bb 100644 --- a/gtk/gtktext.h +++ b/gtk/gtktext.h @@ -132,7 +132,7 @@ GDK_AVAILABLE_IN_ALL PangoTabArray * gtk_text_get_tabs (GtkText *self); GDK_AVAILABLE_IN_ALL -void gtk_text_grab_focus_without_selecting (GtkText *self); +gboolean gtk_text_grab_focus_without_selecting (GtkText *self); GDK_AVAILABLE_IN_ALL void gtk_text_set_extra_menu (GtkText *self, |