Package: gio

Function g-content-type-description

Lambda List

g-content-type-description (content-type)

Arguments

content-type -- a content type string

Return Value

A string with a short description of the content type.

Details

Gets the human readable description of the content type.

Example

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

See also

2020-11-28