lib: strictly type function return status enumerations
[babeltrace.git] / include / babeltrace2 / graph / self-component-port-input-message-iterator.h
index dbdf7110f1399759d9e445612aa8d77579f5ccbf..814c197ff3d287a557dea337f08dc4363fd4c182 100644 (file)
@@ -25,8 +25,8 @@
 
 #include <stdint.h>
 
-/* For bt_message_iterator_status */
-#include <babeltrace2/graph/message-iterator-const.h>
+/* For bt_message_iterator_*_status */
+#include <babeltrace2/graph/message-iterator.h>
 
 /*
  * For bt_component, bt_message_iterator,
@@ -56,7 +56,7 @@ extern bt_component *
 bt_self_component_port_input_message_iterator_borrow_component(
                bt_self_component_port_input_message_iterator *iterator);
 
-extern bt_message_iterator_status
+extern bt_message_iterator_next_status
 bt_self_component_port_input_message_iterator_next(
                bt_self_component_port_input_message_iterator *iterator,
                bt_message_array_const *msgs, uint64_t *count);
@@ -69,12 +69,12 @@ bt_self_component_port_input_message_iterator_can_seek_ns_from_origin(
 extern bt_bool bt_self_component_port_input_message_iterator_can_seek_beginning(
                bt_self_component_port_input_message_iterator *iterator);
 
-extern bt_message_iterator_status
+extern bt_message_iterator_seek_ns_from_origin_status
 bt_self_component_port_input_message_iterator_seek_ns_from_origin(
                bt_self_component_port_input_message_iterator *iterator,
                int64_t ns_from_origin);
 
-extern bt_message_iterator_status
+extern bt_message_iterator_seek_beginning_status
 bt_self_component_port_input_message_iterator_seek_beginning(
                bt_self_component_port_input_message_iterator *iterator);
 
This page took 0.023721 seconds and 4 git commands to generate.