Python bt2: add reset and is_set to fields
[babeltrace.git] / bindings / python / bt2 / bt2 / native_btfields.i
index 883bec3b0271d1383b7cef4556163aac5ccc723a..c651122dd6b696bb00adc367d155af5729931fd1 100644 (file)
@@ -31,6 +31,8 @@ struct bt_ctf_field *bt_ctf_field_create(
 struct bt_ctf_field_type *bt_ctf_field_get_type(
                struct bt_ctf_field *field);
 struct bt_ctf_field *bt_ctf_field_copy(struct bt_ctf_field *field);
+bt_bool bt_ctf_field_value_is_set(struct bt_ctf_field *field);
+int bt_ctf_field_reset_value(struct bt_ctf_field *field);
 
 /* Integer field functions */
 int bt_ctf_field_signed_integer_get_value(struct bt_ctf_field *integer,
This page took 0.023141 seconds and 4 git commands to generate.