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

/inkscape/src/
H A Dmain.cpp193 static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const *mime);
194 static int do_export_emf(SPDocument* doc, gchar const* uri, char const *mime);
195 static int do_export_wmf(SPDocument* doc, gchar const* uri, char const *mime);
196 static int do_export_win_metafile_common(SPDocument* doc, gchar const* uri, char const *mime);
1710 * \param mime MIME type to export as.
1713 static int do_export_ps_pdf(SPDocument* doc, gchar const* uri, char const* mime) argument
1718 while (i != o.end() && strcmp( (*i)->get_mimetype(), mime ) != 0) {
1724 g_warning ("Could not find an extension to export to MIME type %s.", mime);
1797 if (g_strcmp0(mime, "application/pdf") == 0) {
1837 if ( g_strcmp0(mime, "imag
1865 do_export_win_metafile_common(SPDocument* doc, gchar const* uri, char const* mime) argument
1899 do_export_emf(SPDocument* doc, gchar const* uri, char const* mime) argument
1916 do_export_wmf(SPDocument* doc, gchar const* uri, char const* mime) argument
[all...]
/inkscape/src/ui/
H A Dclipboard.cpp1376 Glib::ustring mime = (*out)->get_mimetype(); local
1377 if (mime != CLIPBOARD_TEXT_TARGET) {
1378 if ( !plaintextSet && (mime.find("svg") == Glib::ustring::npos) ) {
1382 target_list.push_back(Gtk::TargetEntry(mime));
H A Dinterface.cpp1279 const char *mime = (info == JPEG_DATA ? "image/jpeg" : "image/png"); local
1284 while (i != o.end() && strcmp( (*i)->get_mimetype(), mime ) != 0) {
/inkscape/packaging/macosx/
H A Dosx-app.sh432 # Copy GTK shared mime information
434 $cp_cmd -rp "$LIBPREFIX/share/mime" "$pkgshare/"
613 for item in gnome-vfs-mime-magic gnome-vfs-2.0; do

Completed in 271 milliseconds