Package: gdk

Function gdk:content-formats-match-mime-type

Lambda List

gdk:content-formats-match-mime-type (first second)

Arguments

first -- a gdk:content-formats instance to intersect
second -- a gdk:content-formats instance to intersect with

Return Value

The string with the first common mime type type or nil if none.

Details

Finds the first mime type from first that is also contained in second. If no matching g:type-t type ID is found, nil is returned.
 

See also

#2023-8-4