X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbabeltrace%2Fctf-ir%2Fevent.h;fp=include%2Fbabeltrace%2Fctf-ir%2Fevent.h;h=850f4b7df6396d26ed0c9df2d157d3685c12fb9f;hb=c2f29fb98a1e9088434fe8872d68695afd8e9dd3;hp=6d45e33f27d375848c863e33e1ce2e503dc511fe;hpb=6dd2bd0c811d382f28ccb20a74ed56b68ef5eb01;p=babeltrace.git diff --git a/include/babeltrace/ctf-ir/event.h b/include/babeltrace/ctf-ir/event.h index 6d45e33f..850f4b7d 100644 --- a/include/babeltrace/ctf-ir/event.h +++ b/include/babeltrace/ctf-ir/event.h @@ -164,6 +164,7 @@ create the event object in the first place with bt_ctf_event_create(). or \c NULL on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc */ extern struct bt_ctf_event_class *bt_ctf_event_get_class( @@ -182,6 +183,7 @@ This function returns a reference to the event class which was set to \p event or on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc @sa bt_ctf_event_set_packet(): Associates a given event to a given @@ -230,6 +232,7 @@ extern int bt_ctf_event_set_packet(struct bt_ctf_event *event, @returns Parent stream of \p event, or \c NULL on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc */ extern struct bt_ctf_stream *bt_ctf_event_get_stream( @@ -253,6 +256,7 @@ extern struct bt_ctf_stream *bt_ctf_event_get_stream( field is not set or on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc @sa bt_ctf_event_get_header(): Sets the stream event header @@ -301,6 +305,7 @@ extern int bt_ctf_event_set_header(struct bt_ctf_event *event, field is not set or on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc @sa bt_ctf_event_set_stream_event_context(): Sets the stream event @@ -348,6 +353,7 @@ extern int bt_ctf_event_set_stream_event_context(struct bt_ctf_event *event, the event context field is not set or on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc @sa bt_ctf_event_set_event_context(): Sets the event context field of a @@ -394,6 +400,7 @@ extern int bt_ctf_event_set_event_context(struct bt_ctf_event *event, the event payload field is not set or on error. @prenotnull{event} +@postrefcountsame{event} @postsuccessrefcountretinc @sa bt_ctf_event_set_payload_field(): Sets the event payload field of a