Home
last modified time | relevance | path

Searched refs:annpair (Results 1 – 1 of 1) sorted by relevance

/dports/devel/libsigrokdecode/libsigrokdecode-0.5.3/
H A Ddecoder.c385 char **annpair; in get_annotations() local
419 if (py_strseq_to_char(py_ann, &annpair) != SRD_OK) in get_annotations()
422 annotations = g_slist_prepend(annotations, annpair); in get_annotations()