X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Fsession.c;h=5e48f4a5aeee5b1aafaf5ea1e2d595d407f6a2c0;hb=3ff6cfeebe15f0122499c6524e102d8462bc5752;hp=7e4bfbb3144012eefe7a1ca28099367a36e1cbc0;hpb=82b9f3d116ce0c982291a2dfdd15cd8a1c4cc16e;p=libsigrok.git diff --git a/src/session.c b/src/session.c index 7e4bfbb3..5e48f4a5 100644 --- a/src/session.c +++ b/src/session.c @@ -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,