match_gtype


Description:

public Type match_gtype (ContentFormats second)

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.