InstallPluginsContext
Object Hierarchy:
Description:
[ CCode ( cname = "GstInstallPluginsContext" , copy_function = "g_boxed_copy" , free_function = "g_boxed_free" , lower_case_cprefix = "gst_install_plugins_context_" , type_id = "gst_install_plugins_context_get_type ()" ) ]
[ Compact ]
[ GIR ( name = "InstallPluginsContext" ) ]
public class InstallPluginsContext
Opaque context structure for the plugin installation.
Use the provided API to set details on it.
Content:
Creation methods:
Methods:
- public InstallPluginsContext copy ()
Copies a InstallPluginsContext.
- public void free ()
Frees a InstallPluginsContext.
- public void set_confirm_search (bool confirm_search)
This function is used to tell the external installer process whether
it should ask for confirmation or not before searching for missing plugins.
- public void set_desktop_id (string desktop_id)
This function is used to pass the calling application's desktop file
ID to the external installer process.
- public void set_startup_notification_id (string startup_id)
Sets the startup notification ID for the launched process.
- public void set_xid (uint xid)
This function is for X11-based applications (such as most Gtk/Qt
applications on linux/unix) only.