diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-03-06 12:57:55 -0800 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-03-11 19:36:04 -0400 |
commit | 11c91065cf0ca5a8e4f17c5e890d9c14822ff825 (patch) | |
tree | 5ef7be73dbdd58bb508428ef7c3259c2115f05ff /gtk/gtkwindow.h | |
parent | eefedccaee167552a8678384328245143fafbc5f (diff) | |
download | gtk+-11c91065cf0ca5a8e4f17c5e890d9c14822ff825.tar.gz |
window: Drop type hints
Diffstat (limited to 'gtk/gtkwindow.h')
-rw-r--r-- | gtk/gtkwindow.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkwindow.h b/gtk/gtkwindow.h index 78ff464b82..2a8d77a5cf 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -124,11 +124,6 @@ void gtk_window_set_attached_to (GtkWindow *window, GDK_AVAILABLE_IN_ALL GtkWidget *gtk_window_get_attached_to (GtkWindow *window); GDK_AVAILABLE_IN_ALL -void gtk_window_set_type_hint (GtkWindow *window, - GdkSurfaceTypeHint hint); -GDK_AVAILABLE_IN_ALL -GdkSurfaceTypeHint gtk_window_get_type_hint (GtkWindow *window); -GDK_AVAILABLE_IN_ALL void gtk_window_set_accept_focus (GtkWindow *window, gboolean setting); GDK_AVAILABLE_IN_ALL |