typeIsPluginApi
fn
bool typeIsPluginApi(gobject.types.GType type, out gst.types.PluginAPIFlags flags)Checks if type is plugin API. See [gst.global.typeMarkAsPluginApi] for details.
Parameters
type | a GType |
flags | What #GstPluginAPIFlags the plugin was marked with |
Returns
true if type is plugin API or false otherwise.