X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=bindings%2Fpython%2Fpython-complements.h;h=0e38e6b2ac4ce2574dbb538bbe7f03b0e693da65;hb=2518c98c5f54e29f1573b8e2be2825cffb96f2ab;hp=43b77197c1c2cc434de5428cbd6d6c7714082bfe;hpb=024e61817685a20caceb4e3ef3bdc019a7af6b6e;p=babeltrace.git diff --git a/bindings/python/python-complements.h b/bindings/python/python-complements.h index 43b77197..0e38e6b2 100644 --- a/bindings/python/python-complements.h +++ b/bindings/python/python-complements.h @@ -61,6 +61,12 @@ struct definition_array *_bt_python_get_array_from_def( struct bt_definition *field); 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);