Function gstreamer::functions::type_is_plugin_api[][src]

pub fn type_is_plugin_api(type_: Type) -> Option<PluginAPIFlags>
This is supported on crate feature v1_18 only.
Expand description

Checks if type_ is plugin API. See type_mark_as_plugin_api() for details.

type_

a GType

Returns

true if type_ is plugin API or false otherwise.

flags

What PluginAPIFlags the plugin was marked with