summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2019-08-05 14:56:55 -0700
committerChristian Hergert <chergert@redhat.com>2019-08-05 15:01:50 -0700
commit1f70884b35e6c252724cfbe9d852f0375530601c (patch)
treeebb9cd98f8d84885b8b903df91606021a16ac4c1 /plugins
parent7a630148a2b911b7778fcada3dd61e97569fccca (diff)
downloadglade-1f70884b35e6c252724cfbe9d852f0375530601c.tar.gz
gladeui: ignore various GParameter deprecations
These are used in various public API but we don't need to warn about them because GLib warnings will be in effect by the consumers.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/gtk+/glade-gtk-about-dialog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gtk+/glade-gtk-about-dialog.c b/plugins/gtk+/glade-gtk-about-dialog.c
index 17918e8c..bbfcd332 100644
--- a/plugins/gtk+/glade-gtk-about-dialog.c
+++ b/plugins/gtk+/glade-gtk-about-dialog.c
@@ -27,6 +27,7 @@
#include "glade-gtk.h"
+G_GNUC_BEGIN_IGNORE_DEPRECATIONS
GObject *
glade_gtk_about_dialog_construct_object (GladeWidgetAdaptor *adaptor,
guint n_parameters,
@@ -67,6 +68,7 @@ glade_gtk_about_dialog_construct_object (GladeWidgetAdaptor *adaptor,
g_free (new_params);
return retval;
}
+G_GNUC_END_IGNORE_DEPRECATIONS
void
glade_gtk_about_dialog_read_widget (GladeWidgetAdaptor *adaptor,