summaryrefslogtreecommitdiff
path: root/loaders/lua5.1
diff options
context:
space:
mode:
authorChristian Hergert <chergert@redhat.com>2023-03-17 16:07:11 -0700
committerChristian Hergert <chergert@redhat.com>2023-03-22 16:44:35 -0700
commit10fddbe177f06860ed8179b2ac330b6ec087ba2f (patch)
treee56bd656cdb5081eda23457e3ed49f7ba744d7fc /loaders/lua5.1
parentbb25dcf433642552d1a90e9bbd2724ef1de8264b (diff)
downloadlibpeas-10fddbe177f06860ed8179b2ac330b6ec087ba2f.tar.gz
extension: use GObject instead of PeasExtension
Now that there is no longer wrapped objects and calling via GObject Introspection, we can remove the use of PeasExtension and simply use GObject (as it was internally already).
Diffstat (limited to 'loaders/lua5.1')
-rw-r--r--loaders/lua5.1/peas-plugin-loader-lua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/loaders/lua5.1/peas-plugin-loader-lua.c b/loaders/lua5.1/peas-plugin-loader-lua.c
index 14a66ba..f794eef 100644
--- a/loaders/lua5.1/peas-plugin-loader-lua.c
+++ b/loaders/lua5.1/peas-plugin-loader-lua.c
@@ -155,7 +155,7 @@ peas_plugin_loader_lua_provides_extension (PeasPluginLoader *loader,
return the_type != G_TYPE_INVALID;
}
-static PeasExtension *
+static GObject *
peas_plugin_loader_lua_create_extension (PeasPluginLoader *loader,
PeasPluginInfo *info,
GType exten_type,