Back to Seed Clases

GstPbutils


Classes

Interfaces

Structs

Unions

Enums

Enum GstPbutils.InstallPluginsReturn

Import line: GstPbutils = imports.gi.GstPbutils;
GIR File: GstPbutils-0.10.gir
C documentation: GstInstallPluginsReturn
Enum : InstallPluginsReturn
  Show / Hide Inherited methods, properties and signals
Result codes returned by gst_install_plugins_async() and gst_install_plugins_sync(), and also the result code passed to the GstInstallPluginsResultFunc specified with gst_install_plugin_async(). These codes indicate success or failure of starting an external installer program and to what extent the requested plugins could be installed.
Values
Properties
Properties
None
Public Methods
None
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GstPbutils
Method
GstPbutils.install_plugins_async (Array details, InstallPluginsContext ctx, Function func, void* user_data) : GstPbutils.InstallPluginsReturn
Requests plugin installation without blocking.
GstPbutils
Method
GstPbutils.install_plugins_return_get_name (InstallPluginsReturn ret) : String
Convenience function to return the descriptive string associated with a status code.
GstPbutils
Method
GstPbutils.install_plugins_sync (Array details, InstallPluginsContext ctx) : GstPbutils.InstallPluginsReturn
Requests plugin installation and block until the plugins have been installed or installation has failed.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:34:01 GMT+0800 (HKT)