summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-17 12:01:47 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-17 17:52:07 -0500
commit32a290129417772954926cfdc42adcdfd68b2a94 (patch)
tree5674d01df1af2898299077b0b5192396c59a5c5d /gtk/gtkdialog.h
parent7ed29589436a84727aad0f8702b0f7f0e3603c5b (diff)
downloadgtk+-32a290129417772954926cfdc42adcdfd68b2a94.tar.gz
dialog: Mark gtk_dialog_get_action_area as deprecated
Direct access to the action area by applications makes it much more difficult to make changes to GtkDialog. Therefore, deprecate this function.
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r--gtk/gtkdialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h
index 641b4501ea..1742985e8a 100644
--- a/gtk/gtkdialog.h
+++ b/gtk/gtkdialog.h
@@ -188,7 +188,7 @@ void gtk_dialog_response (GtkDialog *dialog,
GDK_AVAILABLE_IN_ALL
gint gtk_dialog_run (GtkDialog *dialog);
-GDK_AVAILABLE_IN_ALL
+GDK_DEPRECATED_IN_3_10
GtkWidget * gtk_dialog_get_action_area (GtkDialog *dialog);
GDK_AVAILABLE_IN_ALL
GtkWidget * gtk_dialog_get_content_area (GtkDialog *dialog);