is_a


Description:


public bool is_a (string type, string supertype)

Determines if type is a subset of supertype.

Parameters:

type

a content type string

supertype

a content type string

Returns:

true if type is a kind of supertype, false otherwise.


Namespace: GLib.ContentType
Package: gio-2.0