This commit is contained in:
Andy Williams 2016-05-16 09:00:41 +01:00
parent acc6c4054a
commit 893098f3e4
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ Edi_Content_Provider *edi_content_provider_for_mime_get(const char *mime);
* Look up a content provider based on a provider id.
* This is useful for overriding mime-type based lookup.
*
* @param mime the id of a provider you wish to get a handle for.
* @param id the id of a provider you wish to get a handle for.
*
* @return an Edi_Content_Provider if one is registered or NULL otherwise
*