lua: rename Plugin() to Plugin.find()
Plugin() is confusing because it's not a constructor, it just finds an existing instance of a plugin object. All other camel-case functions are constructors in the current lua API.
This commit is contained in:
@@ -144,7 +144,7 @@ SANDBOX_EXPORT = {
|
||||
GLib = GLib,
|
||||
Log = WpLog,
|
||||
Core = WpCore,
|
||||
Plugin = WpPlugin_find,
|
||||
Plugin = WpPlugin,
|
||||
ObjectManager = WpObjectManager_new,
|
||||
Interest = WpObjectInterest_new,
|
||||
SessionItem = WpSessionItem_new,
|
||||
|
Reference in New Issue
Block a user