Package: gio

Function gio:content-type-description

Lambda List

gio:content-type-description (ctype)

Arguments

ctype -- a content type string

Return Value

The string with a short description of the content type.

Details

Gets the human readable description of the content type.

Examples

(g:content-type-description "text/plain")
=> "Einfaches Textdokument"    
 

See also

2024-12-7