Skip to content

Commit

Permalink
Refs #8905 Inserted definition in the export
Browse files Browse the repository at this point in the history
  • Loading branch information
jmborr committed Feb 7, 2014
1 parent c0425ab commit 4f079d8
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -57,6 +57,7 @@ void export_IPropertyManager()
.def("setPropertyValue", &IPropertyManager::setPropertyValue,
"Set the value of the named property via a string")
.def("setProperty", &setProperty, "Set the value of the named property")
.def("setPropertyGroup", &IPropertyManager::setPropertyGroup, "Set the group for a given property")
.def("existsProperty", &IPropertyManager::existsProperty,
"Returns whether a property exists")
// Special methods so that IPropertyManager acts like a dictionary
Expand Down

0 comments on commit 4f079d8

Please sign in to comment.