summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2022-10-29 13:53:47 -0400
committerMatthias Clasen <mclasen@redhat.com>2022-10-29 15:27:53 -0400
commit9948053cd7e43e09cdcc3942c08d33fc6dc58c62 (patch)
tree13567c05eb01624e8833b0b728030f952edfb9dd /examples
parentf1af8046d0dc225dac57b7762d3216267afa67f2 (diff)
downloadgtk+-9948053cd7e43e09cdcc3942c08d33fc6dc58c62.tar.gz
Deprecate GtkDialog
GtkDialog is too flexible in terms of UI (headerbars vs action bar, etc), and has archaic APIs. It is time to retire it.
Diffstat (limited to 'examples')
-rw-r--r--examples/bp/bloatpad.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bp/bloatpad.c b/examples/bp/bloatpad.c
index c930a453f7..0054d77a67 100644
--- a/examples/bp/bloatpad.c
+++ b/examples/bp/bloatpad.c
@@ -1,6 +1,8 @@
#include <stdlib.h>
#include <gtk/gtk.h>
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
+
typedef struct
{
GtkApplication parent_instance;