X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bindings%2Fpython%2Fbabeltrace.i.in;h=4fee29d1d678db8632f4db3fb607536e7ba87267;hp=aaa102094d6740da590c93ba831b124516b592e4;hb=837b0013ab8a3851ee975f33a10726289afa7369;hpb=d4dfa9788e897bd7c72014583b6caf337d5404a4 diff --git a/bindings/python/babeltrace.i.in b/bindings/python/babeltrace.i.in index aaa10209..4fee29d1 100644 --- a/bindings/python/babeltrace.i.in +++ b/bindings/python/babeltrace.i.in @@ -104,7 +104,7 @@ struct bt_ctf_iter *_bt_python_ctf_iter_create_intersect( struct bt_context *ctx, struct bt_iter_pos *inter_begin_pos, struct bt_iter_pos *inter_end_pos); -int _bt_python_has_intersection(struct bt_context *ctx); +int _bt_python_trace_collection_has_intersection(struct bt_context *ctx); /* ================================================================= CONTEXT.H, CONTEXT-INTERNAL.H @@ -219,7 +219,7 @@ class TraceCollection: @property def has_intersection(self): - return _bt_python_has_intersection(self._tc) + return _bt_python_trace_collection_has_intersection(self._tc) @property def events(self):