summaryrefslogtreecommitdiff
path: root/libpeas/peas-engine.h
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-16 17:27:11 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit929ae6911347065740f16c6f9aeaa1f692f7dbf5 (patch)
treeaacb0b64a7533e826783f062c22aaa9b814f7108 /libpeas/peas-engine.h
parent07d02f716e86cd16506d56b7eea17229a6eb6ca3 (diff)
downloadlibpeas-929ae6911347065740f16c6f9aeaa1f692f7dbf5.tar.gz
janitorial: remove peas_engine_create_extensionv()
This moves peas_engine_create_extensionv() to become private API in the form of _peas_engine_create_extensionv() for internal use. The ultimate goal here is the continued removal of deprecated GParameter use in the libpeas-2 public API.
Diffstat (limited to 'libpeas/peas-engine.h')
-rw-r--r--libpeas/peas-engine.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/libpeas/peas-engine.h b/libpeas/peas-engine.h
index 8baa15a..88b3745 100644
--- a/libpeas/peas-engine.h
+++ b/libpeas/peas-engine.h
@@ -131,16 +131,6 @@ gboolean peas_engine_provides_extension (PeasEngine *engine,
PeasPluginInfo *info,
GType extension_type);
-
-G_GNUC_BEGIN_IGNORE_DEPRECATIONS
-PEAS_AVAILABLE_IN_ALL
-PeasExtension *peas_engine_create_extensionv (PeasEngine *engine,
- PeasPluginInfo *info,
- GType extension_type,
- guint n_parameters,
- GParameter *parameters);
-G_GNUC_END_IGNORE_DEPRECATIONS
-
PEAS_AVAILABLE_IN_ALL
PeasExtension *peas_engine_create_extension_with_properties
(PeasEngine *engine,