Home
last modified time | relevance | path

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

/dports/devel/py-sip/sip-5.5.0/code_generator/
H A Dpybinding.c59 static int stringList_convertor(PyObject *obj, stringList **slp);
108 stringList_convertor, &includeDirList)) in py_set_globals()
131 stringList_convertor, &versions, in py_parse()
132 stringList_convertor, &backstops, in py_parse()
133 stringList_convertor, &xfeatures, in py_parse()
190 stringList_convertor, &versions, in py_generateCode()
191 stringList_convertor, &xfeatures, in py_generateCode()
225 stringList_convertor, &extracts)) in py_generateExtracts()
362 static int stringList_convertor(PyObject *obj, stringList **slp) in stringList_convertor() function