X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Finput%2Finput.c;h=5292481381404bc3540b289d4dbd5c5f08d607e8;hb=7a54232ba06b0715e4c98a913d1b316c8c521c2c;hp=3c7fd516a309ea7e05aff2da1b3c16a592355d6a;hpb=48d92e2c2e6291412e8a4d2218184112ebf0fad9;p=libsigrok.git diff --git a/src/input/input.c b/src/input/input.c index 3c7fd516..52924813 100644 --- a/src/input/input.c +++ b/src/input/input.c @@ -210,6 +210,7 @@ SR_API void sr_input_options_free(const struct sr_option **options) * This function is used when a client wants to use a specific input * module to parse a stream. No effort is made to identify the format. * + * @param imod The input module to use. Must not be NULL. * @param options GHashTable consisting of keys corresponding with * the module options \c id field. The values should be GVariant * pointers with sunk references, of the same GVariantType as the option's