From 07d02f716e86cd16506d56b7eea17229a6eb6ca3 Mon Sep 17 00:00:00 2001 From: Christian Hergert Date: Thu, 16 Mar 2023 17:21:17 -0700 Subject: janitorial: ignore GParameter deprecations in utils --- libpeas/peas-utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libpeas/peas-utils.c b/libpeas/peas-utils.c index 1302fce..292e8ec 100644 --- a/libpeas/peas-utils.c +++ b/libpeas/peas-utils.c @@ -180,6 +180,7 @@ find_param_spec_for_prerequisites (const gchar *name, return pspec; } +G_GNUC_BEGIN_IGNORE_DEPRECATIONS gboolean peas_utils_properties_array_to_parameter_list (GType exten_type, guint n_properties, @@ -304,6 +305,7 @@ error: g_free (*params); return FALSE; } +G_GNUC_END_IGNORE_DEPRECATIONS gint peas_utils_get_loader_id (const gchar *loader) -- cgit v1.2.1