mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 04:36:17 +01:00
gcontenttype: Improve formatting of gcontenttype section documentation
Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
b6f7f37427
commit
df2f13f89b
@ -41,13 +41,13 @@
|
||||
*
|
||||
* A content type is a platform specific string that defines the type
|
||||
* of a file. On UNIX it is a
|
||||
* [mime type](http://www.wikipedia.org/wiki/Internet_media_type)
|
||||
* like "text/plain" or "image/png".
|
||||
* On Win32 it is an extension string like ".doc", ".txt" or a perceived
|
||||
* string like "audio". Such strings can be looked up in the registry at
|
||||
* HKEY_CLASSES_ROOT.
|
||||
* On OSX it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier)
|
||||
* such as "com.apple.application".
|
||||
* [MIME type](http://www.wikipedia.org/wiki/Internet_media_type)
|
||||
* like `text/plain` or `image/png`.
|
||||
* On Win32 it is an extension string like `.doc`, `.txt` or a perceived
|
||||
* string like `audio`. Such strings can be looked up in the registry at
|
||||
* `HKEY_CLASSES_ROOT`.
|
||||
* On macOS it is a [Uniform Type Identifier](https://en.wikipedia.org/wiki/Uniform_Type_Identifier)
|
||||
* such as `com.apple.application`.
|
||||
**/
|
||||
|
||||
#include <dirent.h>
|
||||
|
Loading…
Reference in New Issue
Block a user