Skip to content

Commit 4409375

Browse files
Add author and description methods to IPluginList (#135)
1 parent e11d5ec commit 4409375

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mobase/wrappers/basic_classes.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ namespace mo2::python {
323323
.def("hasLightExtension", &IPluginList::hasLightExtension, "name"_a)
324324
.def("hasNoRecords", &IPluginList::hasNoRecords, "name"_a)
325325

326+
.def("author", &IPluginList::author, "name"_a)
327+
.def("description", &IPluginList::description, "name"_a)
328+
326329
// Kept but deprecated for backward compatibility:
327330
.def(
328331
"onPluginStateChanged",

0 commit comments

Comments
 (0)