X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoder.c;h=15c03ab661b1586efff4447c1de79437564dfa2f;hb=dfbe1fb2a602114f74cc4f7e3610204dbb559012;hp=95f3ac5dafde6fa0cf8c6d75a10a9c3d26e90288;hpb=f6c7eade2b8853b3d525b5cc0402e89ca74c1908;p=libsigrokdecode.git diff --git a/decoder.c b/decoder.c index 95f3ac5..15c03ab 100644 --- a/decoder.c +++ b/decoder.c @@ -66,7 +66,7 @@ static gboolean srd_check_init(void) /** * Returns the list of supported/loaded protocol decoders. * - * This is a GSList containing the names of the decoders as strings. + * This is a GSList of pointers to struct srd_decoder items. * * @return List of decoders, NULL if none are supported or loaded. *