Gio.content_type_get_description

function content_type_get_description(type: String): String {
    // Gjs wrapper for g_content_type_get_description()
}
  

Gets the human readable description of the content type.

type

a content type string

Returns

a short description of the content type type. Free the returned string with GLib.free