* Returns the list of loaded protocol decoders. * * This is a GSList of pointers to struct srd_decoder items. * * @return List of decoders, NULL if none are supported or loaded. * * @since 0.2.0 */
| 78 | * @since 0.2.0 |
| 79 | */ |
| 80 | SRD_API const GSList *srd_decoder_list(void) |
| 81 | { |
| 82 | return pd_list; |
| 83 | } |
| 84 | |
| 85 | /** |
| 86 | * Get the decoder with the specified ID. |
no outgoing calls
no test coverage detected