gstpbutils.install_plugins_context

Module for [InstallPluginsContext] class

Types 1

Opaque context structure for the plugin installation. Use the provided API to set details on it.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup)
GType _gType() @property
InstallPluginsContext self()Returns `this`, for use in `with` statements.
gstpbutils.install_plugins_context.InstallPluginsContext copy()Copies a #GstInstallPluginsContext. Returns: A copy of ctx
void 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...
Constructors
this(void * ptr, Flag!"Take" take)
this()Creates a new #GstInstallPluginsContext. Returns: a new #GstInstallPluginsContext. Free with [gstpbutils.installpluginscontext.InstallPluginsContext.free] when no longer needed