Searched defs:hasSuffix (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/ui/dialog/
H A Dfiledialog.cpp40 bool hasSuffix(const Glib::ustring &str, const Glib::ustring &ext) function in namespace:Inkscape::UI::Dialog
72 if (hasSuffix(fileName, ext))
/inkscape/src/ui/widget/
H A Dimageicon.cpp325 hasSuffix(const Glib::ustring &str, Glib::ustring &ext) function in namespace:Inkscape::UI::Widget
364 if (hasSuffix(fileName, ext))
398 if (hasSuffix(fileName, svg) || hasSuffix(fileName, svgz)) {

Completed in 85 milliseconds