mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 21:16:00 +01:00
Documentation
This commit is contained in:
parent
b99f0ed0db
commit
f4b7bd0ce8
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
||||||
#ifndef ZATHURA_CONTENT_TYPE_H
|
#ifndef ZATHURA_CONTENT_TYPE_H
|
||||||
#define ZATHURA_CONTENT_TYPE_H
|
#define ZATHURA_CONTENT_TYPE_H
|
||||||
|
|
||||||
|
/**
|
||||||
|
* "Guess" the content type of a file. Various methods are tried depending on
|
||||||
|
* the available libraries.
|
||||||
|
*
|
||||||
|
* @param path file name
|
||||||
|
* @return content type of path
|
||||||
|
*/
|
||||||
const char* guess_content_type(const char* path);
|
const char* guess_content_type(const char* path);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue