match_gtype
Description:
Finds the first `GType` from this that is also contained in second
.
If no matching `GType` is found, g_type_invalid is returned.
Parameters:
this |
the primary `GdkContentFormats` to intersect |
second |
the `GdkContentFormats` to intersect with |
Returns:
The first common `GType` or g_type_invalid if none. |