API doc: add missing @postrefcountsame conditions
[babeltrace.git] / include / babeltrace / ctf-ir / stream-class.h
index 1db7ec5796ebd2f57bcc4dbea663e40cfb225cc2..40dbf819992259903b54676297d57953511364b4 100644 (file)
@@ -42,6 +42,10 @@ extern "C" {
 @ingroup ctfir
 @brief CTF IR stream class.
 
+@code
+#include <babeltrace/ctf-ir/stream-class.h>
+@endcode
+
 @note
 See \ref ctfirwriterstreamclass which documents additional CTF IR stream
 class functions exclusive to the CTF IR writer mode.
@@ -183,6 +187,7 @@ bt_ctf_trace_add_stream_class().
                        added to a trace class yet or on error.
 
 @prenotnull{stream_class}
+@postrefcountsame{stream_class}
 @postsuccessrefcountretinc
 
 @sa bt_ctf_trace_add_stream_class(): Add a stream class to
@@ -294,6 +299,7 @@ extern int bt_ctf_stream_class_set_id(
                        or \c NULL on error.
 
 @prenotnull{stream_class}
+@postrefcountsame{stream_class}
 @postsuccessrefcountretinc
 
 @sa bt_ctf_stream_class_set_packet_context_type(): Sets the packet
@@ -338,6 +344,7 @@ extern int bt_ctf_stream_class_set_packet_context_type(
                        or \c NULL on error.
 
 @prenotnull{stream_class}
+@postrefcountsame{stream_class}
 @postsuccessrefcountretinc
 
 @sa bt_ctf_stream_class_set_event_header_type(): Sets the event
@@ -383,6 +390,7 @@ extern int bt_ctf_stream_class_set_event_header_type(
                        \p stream_class, or \c NULL on error.
 
 @prenotnull{stream_class}
+@postrefcountsame{stream_class}
 @postsuccessrefcountretinc
 
 @sa bt_ctf_stream_class_set_event_context_type(): Sets the per-stream
This page took 0.167608 seconds and 4 git commands to generate.