Package: gdk

Function gdk:content-formats-match-gtype

Lambda List

gdk:content-formats-match-gtype (first second)

Arguments

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

Return Value

The first common g:type-t type ID or nil if none.

Details

Finds the first g:type-t type ID 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