Meta.apiTypeHasTag

Check if @api was registered with @tag.

class Meta
static
bool
apiTypeHasTag
(,
GQuark tag
)

Parameters

api GType

an API

tag GQuark

the tag to check

Return Value

Type: bool

%TRUE if @api was registered with @tag.

Meta