gstpbutils.install_plugins_context
Module for [InstallPluginsContext] class
class InstallPluginsContext
Types 1
Opaque context structure for the plugin installation. Use the provided API to set details on it.
Methods
InstallPluginsContext self()Returns `this`, for use in `with` statements.gstpbutils.install_plugins_context.InstallPluginsContext copy()Copies a #GstInstallPluginsContext. Returns: A copy of ctxvoid setConfirmSearch(bool confirmSearch)This function is used to tell the external installer process whether it should ask for confirmation or not before searching for missing plugins.void setDesktopId(string desktopId)This function is used to pass the calling application's desktop file ID to the external installer process.void setStartupNotificationId(string startupId)Sets the startup notification ID for the launched process.void setXid(uint xid)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 th...