From ef4498889705d8d634af6a5e6675b2d5af60e454 Mon Sep 17 00:00:00 2001 From: Hugues Delorme Date: Fri, 14 Apr 2017 09:24:37 +0200 Subject: [PATCH] gmio_stl: add documentation note for gmio_stl_infos_probe() --- src/gmio_stl/stl_infos.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gmio_stl/stl_infos.h b/src/gmio_stl/stl_infos.h index d18cac9..03c7da1 100644 --- a/src/gmio_stl/stl_infos.h +++ b/src/gmio_stl/stl_infos.h @@ -118,6 +118,8 @@ GMIO_C_LINKAGE_BEGIN * \p flags is a bitor combination of \c gmio_stl_info_flag values and is used * to select the informations to retrieve. * + * The position of the input stream is preserved. + * * \pre infos != NULL * \pre stream != NULL *