diff options
Diffstat (limited to 'examples/bp/bloatpad.c')
-rw-r--r-- | examples/bp/bloatpad.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/bp/bloatpad.c b/examples/bp/bloatpad.c index c930a453f7..ea7c4541a8 100644 --- a/examples/bp/bloatpad.c +++ b/examples/bp/bloatpad.c @@ -349,6 +349,8 @@ quit_activated (GSimpleAction *action, g_application_quit (app); } +G_GNUC_BEGIN_IGNORE_DEPRECATIONS + static void combo_changed (GtkDropDown *combo, GParamSpec *pspec, @@ -466,6 +468,8 @@ edit_accels (GSimpleAction *action, gtk_widget_show (dialog); } +G_GNUC_END_IGNORE_DEPRECATIONS + static gboolean update_time (gpointer user_data) { |