summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 17:21:17 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit07d02f716e86cd16506d56b7eea17229a6eb6ca3 (patch)
tree3a660e62adc3f8f10b835b46ef71d0db5f04939d
parent171374f9c844bcf7e873dfee8656af2aed45b847 (diff)
downloadlibpeas-07d02f716e86cd16506d56b7eea17229a6eb6ca3.tar.gz
janitorial: ignore GParameter deprecations in utils
-rw-r--r--libpeas/peas-utils.c2
1 files changed, 2 insertions, 0 deletions
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)