gtkdialog: Deprecate gtk_dialog_run()
A function that blocks the mainloop and creates a recursive one goes against normal GObject signal usage, causes unexpected issues, and is a pattern that should be avoided.
This commit is contained in:
@@ -185,7 +185,7 @@ void gtk_dialog_response (GtkDialog *dialog,
|
||||
gint response_id);
|
||||
|
||||
/* Returns response_id */
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
GDK_DEPRECATED
|
||||
gint gtk_dialog_run (GtkDialog *dialog);
|
||||
|
||||
GDK_AVAILABLE_IN_ALL
|
||||
|
||||
Reference in New Issue
Block a user