Searched refs:alist (Results 1 - 1 of 1) sorted by relevance

/inkscape/src/
H A Dpreferences.cpp384 Inkscape::Util::List<Inkscape::XML::AttributeRecord const> alist = node->attributeList(); local
385 for (; alist; ++alist) {
386 temp.push_back( Entry(path + '/' + g_quark_to_string(alist->key), static_cast<void const*>(alist->value.pointer())) );

Completed in 15 milliseconds