]> sigrok.org Git - libsigrok.git/blobdiff - src/session.c
Doxygen: Fix various warnings.
[libsigrok.git] / src / session.c
index 7e4bfbb3144012eefe7a1ca28099367a36e1cbc0..5e48f4a5aeee5b1aafaf5ea1e2d595d407f6a2c0 100644 (file)
@@ -157,7 +157,9 @@ static void fd_source_finalize(GSource *source)
  * @param session The session the event source belongs to.
  * @param key The key used to identify this source.
  * @param fd The file descriptor or HANDLE.
+ * @param events Events.
  * @param timeout_ms The timeout interval in ms, or -1 to wait indefinitely.
+ *
  * @return A new event source object, or NULL on failure.
  */
 static GSource *fd_source_new(struct sr_session *session, void *key,