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

/inkscape/src/extension/
H A Ddependency.h52 static gchar const * _type_str[TYPE_CNT]; member in class:Inkscape::Extension::Dependency
H A Ddependency.cpp28 gchar const * Dependency::_type_str[] = { member in class:Inkscape::Extension::Dependency
78 if (!strcmp(type, _type_str[i])) {
256 out_file << _(" type: ") << _(in_dep._type_str[in_dep._type]) << '\n';

Completed in 15 milliseconds