X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=bindings%2Fpython%2Fpython-complements.h;h=bd2259805cd9b4b15172a52e0b557f435c92266d;hp=fc7c426ea8acec215771c2985db6520a7e3cb56c;hb=9132dc67804f7e868c21f759bf739ace4ce069b6;hpb=5792eb34cf619c28d52da0c55f1053ddcda7cf5e diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index fc7c426e..bd225980 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -63,8 +63,14 @@ struct definition_sequence *_bt_python_get_sequence_from_def( struct bt_definition *field); struct bt_declaration *_bt_python_get_array_element_declaration( struct bt_declaration *field); +struct bt_declaration *_bt_python_get_sequence_element_declaration( + struct bt_declaration *field); const char *_bt_python_get_array_string(struct bt_definition *field); +const char *_bt_python_get_sequence_string(struct bt_definition *field); /* ctf writer */ int _bt_python_field_integer_get_signedness(const struct bt_ctf_field *field); 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);