summaryrefslogtreecommitdiff
path: root/gtk/gtkdialogprivate.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-11-19 21:18:20 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-11-19 21:23:17 -0500
commitb404ecf294e84a2079a5277d6c8f5f0c65eb10f3 (patch)
tree6de4220210aed5289850874fbec8c5a517169bd5 /gtk/gtkdialogprivate.h
parentb0303c539c9e076f6d5ee6ab89699806d4585581 (diff)
downloadgtk+-b404ecf294e84a2079a5277d6c8f5f0c65eb10f3.tar.gz
Drop deprecated gtk_dialog_get_action_area
Add an internal version for the few places where we still need it, and drop it from everywhere else.
Diffstat (limited to 'gtk/gtkdialogprivate.h')
-rw-r--r--gtk/gtkdialogprivate.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/gtkdialogprivate.h b/gtk/gtkdialogprivate.h
index 626d18835e..1c32daa80c 100644
--- a/gtk/gtkdialogprivate.h
+++ b/gtk/gtkdialogprivate.h
@@ -30,6 +30,7 @@
G_BEGIN_DECLS
void gtk_dialog_set_use_header_bar_from_setting (GtkDialog *dialog);
+GtkWidget *gtk_dialog_get_action_area (GtkDialog *dialog);
G_END_DECLS