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

/inkscape/src/extension/
H A Ddependency.h26 const gchar * _string; member in class:Inkscape::Extension::Dependency
H A Ddependency.cpp55 _string = NULL;
84 _string = _repr->firstChild()->content();
137 if (_string == NULL) return FALSE;
141 Extension * myext = db.get(_string);
153 Glib::ustring location(_string);
199 final_name = _string;
201 final_name = Glib::build_filename(local_path, _string);
246 return _string;
258 out_file << _(" string: ") << in_dep._string << '\n';
/inkscape/src/extension/implementation/
H A Dscript.h75 Glib::ustring _string; member in class:Inkscape::Extension::Implementation::Script::file_listener
90 Glib::ustring string (void) { return _string; };
H A Dscript.cpp1140 _string += out;
1155 stdout_file->write(_string);

Completed in 40 milliseconds