Class InstallPluginsContext
- Namespace
- GstPbutils.Internal
- Assembly
- GstPbutils-1.0.dll
public class InstallPluginsContext
- Inheritance
-
InstallPluginsContext
- Inherited Members
Methods
Copy(InstallPluginsContextHandle)
Calls native method gst_install_plugins_context_copy. Version: 1.12.1
[Version("1.12.1")]
public static extern InstallPluginsContextOwnedHandle Copy(InstallPluginsContextHandle ctx)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
Returns
- InstallPluginsContextOwnedHandle
Transfer ownership: Full Nullable: False
Free(InstallPluginsContextHandle)
Calls native method gst_install_plugins_context_free.
public static extern void Free(InstallPluginsContextHandle ctx)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
GetGType()
Calls native function gst_install_plugins_context_get_type.
public static extern nuint GetGType()
Returns
- nuint
Transfer ownership: None Nullable: False
New()
Calls native constructor gst_install_plugins_context_new.
public static extern InstallPluginsContextOwnedHandle New()
Returns
- InstallPluginsContextOwnedHandle
Transfer ownership: Full Nullable: False
SetConfirmSearch(InstallPluginsContextHandle, bool)
Calls native method gst_install_plugins_context_set_confirm_search. Version: 1.6
[Version("1.6")]
public static extern void SetConfirmSearch(InstallPluginsContextHandle ctx, bool confirmSearch)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
confirmSearch
boolTransfer ownership: None Nullable: False
SetDesktopId(InstallPluginsContextHandle, NonNullableUtf8StringHandle)
Calls native method gst_install_plugins_context_set_desktop_id. Version: 1.6
[Version("1.6")]
public static extern void SetDesktopId(InstallPluginsContextHandle ctx, NonNullableUtf8StringHandle desktopId)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
desktopId
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetStartupNotificationId(InstallPluginsContextHandle, NonNullableUtf8StringHandle)
Calls native method gst_install_plugins_context_set_startup_notification_id. Version: 1.6
[Version("1.6")]
public static extern void SetStartupNotificationId(InstallPluginsContextHandle ctx, NonNullableUtf8StringHandle startupId)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
startupId
NonNullableUtf8StringHandleTransfer ownership: None Nullable: False
SetXid(InstallPluginsContextHandle, uint)
Calls native method gst_install_plugins_context_set_xid.
public static extern void SetXid(InstallPluginsContextHandle ctx, uint xid)
Parameters
ctx
InstallPluginsContextHandleTransfer ownership: None Nullable: False
xid
uintTransfer ownership: None Nullable: False