lib: standardize listener ID types with new `bt_listener_id` type
[babeltrace.git] / src / bindings / python / bt2 / bt2 / native_bt_trace.i
index 34530299959ce3caa707a097db2854f1405b38e6..e220dfa7e21d00a61b426ff15272030b1817ef2b 100644 (file)
@@ -51,7 +51,7 @@ trace_destroyed_listener(const bt_trace *trace, void *py_callable)
 }
 
 int bt_bt2_trace_add_destruction_listener(bt_trace *trace,
-               PyObject *py_callable, uint64_t *id)
+               PyObject *py_callable, bt_listener_id *id)
 {
        bt_trace_add_listener_status status;
 
@@ -68,4 +68,4 @@ int bt_bt2_trace_add_destruction_listener(bt_trace *trace,
 %}
 
 int bt_bt2_trace_add_destruction_listener(bt_trace *trace,
-               PyObject *py_callable, uint64_t *id);
+               PyObject *py_callable, bt_listener_id *id);
This page took 0.024898 seconds and 4 git commands to generate.