Standardize *get_*_count() functions
[babeltrace.git] / include / babeltrace / ctf-ir / event-class.h
index 16fbcfb3e93158f80ce8359f29fb61c608cc8704..627919671fcab6117a8c557c0eeef84ab1926a31 100644 (file)
@@ -241,7 +241,7 @@ extern int bt_ctf_event_class_set_id(
 @sa bt_ctf_event_class_get_attribute_value(): Returns the value of
        the attribute of a given event class at a given index.
 */
-extern int bt_ctf_event_class_get_attribute_count(
+extern int64_t bt_ctf_event_class_get_attribute_count(
                struct bt_ctf_event_class *event_class);
 
 /**
@@ -482,7 +482,7 @@ bt_ctf_field_type_structure_get_field_count().
 @prenotnull{event_class}
 @postrefcountsame{event_class}
 */
-extern int bt_ctf_event_class_get_field_count(
+extern int64_t bt_ctf_event_class_get_field_count(
                struct bt_ctf_event_class *event_class);
 
 /**
This page took 0.022815 seconds and 4 git commands to generate.