From: Philippe Proulx Date: Wed, 23 Nov 2016 05:50:42 +0000 (-0500) Subject: event.h: doc: add missing parameter X-Git-Tag: v2.0.0-pre1~665 X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=commitdiff_plain;h=7113dedbead33dfde1716bf4a097148a88de3199 event.h: doc: add missing parameter Signed-off-by: Philippe Proulx Signed-off-by: Jérémie Galarneau --- diff --git a/include/babeltrace/ctf-ir/event.h b/include/babeltrace/ctf-ir/event.h index 850f4b7d..dc433921 100644 --- a/include/babeltrace/ctf-ir/event.h +++ b/include/babeltrace/ctf-ir/event.h @@ -209,6 +209,7 @@ On success, this function also sets the parent stream object of \p event to the parent stream of \p packet. @param[in] event Event to which to associate \p packet. +@param[in] packet Packet to associate to \p event. @returns 0 on success, or a negative value on error. @prenotnull{event}