summaryrefslogtreecommitdiff
path: root/libpeas/peas-extension-set.h
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 17:15:19 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commite6aa866b943341023d2167bef817cf7eb661f9c9 (patch)
tree7ec1c7f73a37964050d5210f4659fab0030e6c01 /libpeas/peas-extension-set.h
parentad766b7500b7709da9bd961ed462420193c0bb86 (diff)
downloadlibpeas-e6aa866b943341023d2167bef817cf7eb661f9c9.tar.gz
janitorial: remove GParameter from public API
Now that we're breaking ABI, we can drop the GParameter API but still use it internally (as that'd take a lot more code cleanup).
Diffstat (limited to 'libpeas/peas-extension-set.h')
-rw-r--r--libpeas/peas-extension-set.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libpeas/peas-extension-set.h b/libpeas/peas-extension-set.h
index 5de6311..0a3f932 100644
--- a/libpeas/peas-extension-set.h
+++ b/libpeas/peas-extension-set.h
@@ -118,14 +118,6 @@ PEAS_AVAILABLE_IN_ALL
PeasExtension *peas_extension_set_get_extension (PeasExtensionSet *set,
PeasPluginInfo *info);
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-PEAS_AVAILABLE_IN_ALL
-PeasExtensionSet *peas_extension_set_newv (PeasEngine *engine,
- GType exten_type,
- guint n_parameters,
- GParameter *parameters);
-G_GNUC_END_IGNORE_DEPRECATIONS
-
PEAS_AVAILABLE_IN_ALL
PeasExtensionSet *peas_extension_set_new_with_properties (PeasEngine *engine,
GType exten_type,