GNOME Bugzilla – Bug 55471
add gtk_window_get_role()
Last modified: 2011-02-04 16:09:25 UTC
GtkWindow has function gtk_window_set_role() which sets the value of GtkWindow wm_role member. See http://developer.gnome.org/doc/API/2.0/gtk/gtkwindow.html#GTK-WINDOW-SET-ROLE However it's impossible to get wm_role value. I propose to add function gchar* gtk_window_get_role (GtkWindow *window) which will return window->wm_role value
*** This bug has been marked as a duplicate of 55767 ***