Split notification iterator API into base and specialized functions
[babeltrace.git] / bindings / python / bt2 / bt2 / connection.py
index 09092af087c1505396704673d56d11261ae32434..fdeb84d97669502df52d41e2d9f296af40f4484b 100644 (file)
@@ -95,7 +95,7 @@ class _PrivateConnection(object._PrivateObject, _Connection):
                                                                 notif_types)
         _handle_status(status, 'cannot create notification iterator object')
         assert(notif_iter_ptr)
-        return bt2.notification_iterator._GenericNotificationIterator._create_from_ptr(notif_iter_ptr)
+        return bt2.notification_iterator._PrivateConnectionNotificationIterator._create_from_ptr(notif_iter_ptr)
 
     @property
     def is_ended(self):
This page took 0.025356 seconds and 4 git commands to generate.