gi-gst-1.0.11: GStreamer bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.Gst.Structs.PluginDesc

Contents

Description

A plugin should export a variable of this type called plugin_desc. The plugin loader will use the data provided there to initialize the plugin.

The licence parameter must be one of: LGPL, GPL, QPL, GPL/QPL, MPL, BSD, MIT/X11, Proprietary, unknown.

Synopsis

Exported types

newZeroPluginDesc :: MonadIO m => m PluginDesc Source #

Construct a PluginDesc struct initialized to zero.

Properties

description

license

majorVersion

minorVersion

name

origin

package

pluginInit

releaseDatetime

source

version