aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-download.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-download.c')
-rw-r--r--embed/ephy-download.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/embed/ephy-download.c b/embed/ephy-download.c
index ebb67d0c0..c4165b25d 100644
--- a/embed/ephy-download.c
+++ b/embed/ephy-download.c
@@ -219,6 +219,13 @@ ephy_download_get_state (EphyDownload *download)
return klass->get_state (download);
}
+char *
+ephy_download_get_mime (EphyDownload *download)
+{
+ EphyDownloadClass *klass = EPHY_DOWNLOAD_GET_CLASS (download);
+ return klass->get_mime (download);
+}
+
void
ephy_download_cancel (EphyDownload *download)
{