Lines Matching defs:targets
162 std::list<Glib::ustring> _preferred_targets; ///< List of supported clipboard targets
180 // push supported clipboard targets, in order of preference
1304 std::vector<Glib::ustring> targets = _clipboard->wait_for_targets();
1306 std::list<Glib::ustring> targets = _clipboard->wait_for_targets();
1311 g_message("Begin clipboard targets");
1312 for ( std::list<Glib::ustring>::iterator x = targets.begin() ; x != targets.end(); ++x )
1314 g_message("End clipboard targets\n");
1320 if ( std::find(targets.begin(), targets.end(), *i) != targets.end() ) {
1360 * Set the clipboard targets to reflect the mimetypes Inkscape can output.