Add intersect mode to python bindings
[babeltrace.git] / bindings / python / python-complements.h
index bd2259805cd9b4b15172a52e0b557f435c92266d..0e787d62d81eb81e1552463a67214b78f68e6191 100644 (file)
@@ -74,3 +74,8 @@ enum ctf_type_id _bt_python_get_field_type(const struct bt_ctf_field *field);
 
 /* iterator */
 struct bt_iter_pos *_bt_python_create_iter_pos(void);
+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);
This page took 0.022486 seconds and 4 git commands to generate.