bt2: Add wrapper for bt_plugin_get_version
[babeltrace.git] / bindings / python / bt2 / bt2 / plugin.py
index 51f9a2ed85f1b7591a693ac02e0d48bf4a0fad10..39223a8ce6f255b9878fe2bbec3cf4c6ba5ded0a 100644 (file)
@@ -198,7 +198,7 @@ class _Plugin(object._SharedObject):
 
     @property
     def version(self):
-        status, major, minor, patch, extra = native_bt.plugin_get_version(self._ptr)
+        status, major, minor, patch, extra = native_bt.plugin_get_version_wrapper(self._ptr)
 
         if status == native_bt.PROPERTY_AVAILABILITY_NOT_AVAILABLE:
             return
This page took 0.02267 seconds and 4 git commands to generate.