Package: gio
Function gio:content-type-generic-icon-name
Lambda Listgio:content-type-generic-icon-name (ctype) ArgumentsReturn Value    The string with the registered generic icon name for the given ctype,    or nil if unknown.   Details      
    Gets the generic icon name for a content type.  
  See the  shared-mime-info specification
  for more on the generic icon name.   Examples(g:content-type-generic-icon-name "text/plain") => "text-x-generic"  | See also | 
2025-05-01