Import line: | GstPbutils = imports.gi.GstPbutils; |
GIR File: | GstPbutils-0.10.gir |
C documentation: | GstInstallPluginsContext |
Struct : | InstallPluginsContext |
Show / Hide Inherited methods, properties and signals |
None |
Method / Constructor | Defined By | |
---|---|---|
new GstPbutils.InstallPluginsContext.c_new
()
:
GstPbutils.InstallPluginsContext
Create a new GstPbutils.InstallPluginsContext
Create a new GstPbutils.InstallPluginsContext
|
||
free
()
:
none
Frees a GstInstallPluginsContext.
Frees a GstInstallPluginsContext.
|
GstPbutils.InstallPluginsContext | |
set_xid
(Number xid)
:
none
This function is for X11-based applications (such as most Gtk/Qt applications on linux/unix) only.
This function is for X11-based applications (such as most Gtk/Qt applications on linux/unix) only. You can use it to tell the external installer the XID of your main application window. That way the installer can make its own window transient to your application window during the installation. If set, the XID will be passed to the installer via a --transient-for=XID command line option. Gtk+/Gnome application should be able to obtain the XID of the top-level window like this:
|
GstPbutils.InstallPluginsContext |
None |
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_sync
(Array details, InstallPluginsContext ctx)
:
GstPbutils.InstallPluginsReturn
Requests plugin installation and block until the plugins have been installed or installation has failed.
|