docs: Move the GContentType SECTION

This might not work, as `GContentType` isn’t actually a defined type
(content types are just strings). It would be a bit weird to create a
separate page for content types, though, as the functions handling them
are very method-like and feel like they should be grouped together like
methods of a class.

Signed-off-by: Philip Withnall <philip@tecnocode.co.uk>

Helps: #3037
This commit is contained in:
Philip Withnall 2023-10-23 00:12:00 +01:00
parent b3b744aec6
commit ef5ca0952b

View File

@ -38,9 +38,7 @@
/** /**
* SECTION:gcontenttype * GContentType:
* @short_description: Platform-specific content typing
* @include: gio/gio.h
* *
* A content type is a platform specific string that defines the type * A content type is a platform specific string that defines the type
* of a file. On UNIX it is a * of a file. On UNIX it is a