summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2014-05-03 17:29:59 +0100
committerVincent Sanders <vince@kyllikki.org>2014-05-07 16:23:19 +0100
commit283cd05d0112b08753cb0b0c505a370ebccc52d1 (patch)
treeb1f385e00df72d20b360e9787fc5f4f8716235f6 /desktop
parentf6867efcf895e0010fcdabe0351a5d3fa4a67d89 (diff)
downloadnetsurf-283cd05d0112b08753cb0b0c505a370ebccc52d1.tar.gz
netsurf-283cd05d0112b08753cb0b0c505a370ebccc52d1.tar.bz2
Improve documentation on mimetype fetcher table
Diffstat (limited to 'desktop')
-rw-r--r--desktop/gui.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/gui.h b/desktop/gui.h
index 317a73337..5f4ba1cdb 100644
--- a/desktop/gui.h
+++ b/desktop/gui.h
@@ -387,7 +387,8 @@ struct gui_fetch_table {
/**
* Find a MIME type for a local file
*
- * @note used in file fetcher
+ * @note only used in curl fetcher on RISC OS otherwise its a
+ * strdup of filetype.
*
* \param ro_path RISC OS style path to file on disk
* \return MIME type string (on heap, caller should free), or NULL