diff options
author | Matthias Clasen <mclasen@redhat.com> | 2019-03-27 17:03:45 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2019-03-27 17:29:17 -0400 |
commit | 2f358469af23ce331ceb9db307351a7e1aaa313b (patch) | |
tree | d03a52d1cea52afdc4a17149c294668c63b491b5 /gtk/gtkwindow.h | |
parent | be944e0a31e7bebf9969f4e46682b7aea976c401 (diff) | |
download | gtk+-2f358469af23ce331ceb9db307351a7e1aaa313b.tar.gz |
Remove GtkWindow::role
...and the setter/getter for it.
This is a very old X session management thing, and you
will be hard-pressed to find a session manager that can
make use of it, and even harder-pressed to find apps
using it to their advantage.
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 0ec0c3eb02..ffd337f40e 100644 --- a/gtk/gtkwindow.h +++ b/gtk/gtkwindow.h @@ -146,14 +146,9 @@ void gtk_window_set_title (GtkWindow *window, GDK_AVAILABLE_IN_ALL const gchar * gtk_window_get_title (GtkWindow *window); GDK_AVAILABLE_IN_ALL -void gtk_window_set_role (GtkWindow *window, - const gchar *role); -GDK_AVAILABLE_IN_ALL void gtk_window_set_startup_id (GtkWindow *window, const gchar *startup_id); GDK_AVAILABLE_IN_ALL -const gchar * gtk_window_get_role (GtkWindow *window); -GDK_AVAILABLE_IN_ALL void gtk_window_add_accel_group (GtkWindow *window, GtkAccelGroup *accel_group); GDK_AVAILABLE_IN_ALL |