Omit 'value' from is_set and reset field functions
[babeltrace.git] / bindings / python / bt2 / bt2 / native_btfields.i
index c651122dd6b696bb00adc367d155af5729931fd1..cc194406536eb41c895e3b545fe15cb1138ebe97 100644 (file)
@@ -31,8 +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);
+bt_bool bt_ctf_field_is_set(struct bt_ctf_field *field);
+int bt_ctf_field_reset(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.024711 seconds and 4 git commands to generate.