InstallPluginsContext

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

Constructors

this
this()

Creates a new #GstInstallPluginsContext.

Members

Functions

copy
gstpbutils.install_plugins_context.InstallPluginsContext copy()

Copies a #GstInstallPluginsContext.

setConfirmSearch
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.

setDesktopId
void setDesktopId(string desktopId)

This function is used to pass the calling application's desktop file ID to the external installer process.

setStartupNotificationId
void setStartupNotificationId(string startupId)

Sets the startup notification ID for the launched process.

setXid
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 the installer can make its own window transient to your application window during the installation.

Inherited Members

From Boxed

cInstancePtr
void* cInstancePtr;

Pointer to the C boxed value

getType
GType getType()

Get the GType of this boxed type.

gType
GType gType [@property getter]

Boxed GType property.

self
Boxed self()

Convenience method to return this cast to a type. For use in D with statements.

copy_
void* copy_()

Make a copy of the wrapped C boxed data.

boxedCopy
void* boxedCopy(void* cBoxed)

Copy a C boxed value using g_boxed_copy.

boxedFree
void boxedFree(void* cBoxed)

Free a C boxed value using g_boxed_free.