Meta.apiTypeRegister

Register and return a GType for the @api and associate it with @tags.

class Meta
static
apiTypeRegister
(
string api
,
string[] tags
)

Parameters

api string

an API to register

tags string[]

tags for @api

Return Value

Type: GType

a unique GType for @api.

Meta