We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e11d5ec commit 4409375Copy full SHA for 4409375
src/mobase/wrappers/basic_classes.cpp
@@ -323,6 +323,9 @@ namespace mo2::python {
323
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
324
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
325
326
+ .def("author", &IPluginList::author, "name"_a)
327
+ .def("description", &IPluginList::description, "name"_a)
328
+
329
// Kept but deprecated for backward compatibility:
330
.def(
331
"onPluginStateChanged",
0 commit comments