Add support for floating point fields in the Python bindings
[babeltrace.git] / bindings / python / python-complements.h
index 4335d8a2abff147ecf5bddeb135ba65a10d72052..eb778f55bbda977b1d2029912fe74569540242ff 100644 (file)
@@ -50,3 +50,9 @@ struct bt_ctf_field_decl **_by_python_field_decl_listcaller(
                enum bt_ctf_scope scope);
 struct bt_ctf_field_decl *_bt_python_field_decl_one_from_list(
                struct bt_ctf_field_decl **list, int index);
+
+/* definitions */
+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);
This page took 0.023579 seconds and 4 git commands to generate.