Table of Contents

Class AuthDomainBasic

Namespace
Soup.Internal
Assembly
Soup-3.0.dll
public class AuthDomainBasic
Inheritance
AuthDomainBasic
Inherited Members

Methods

GetGType()

Calls native function soup_auth_domain_basic_get_type.

public static extern nuint GetGType()

Returns

nuint

Transfer ownership: None Nullable: False

SetAuthCallback(IntPtr, AuthDomainBasicAuthCallback, IntPtr, DestroyNotify)

Calls native method soup_auth_domain_basic_set_auth_callback.

public static extern void SetAuthCallback(IntPtr domain, AuthDomainBasicAuthCallback callback, IntPtr userData, DestroyNotify dnotify)

Parameters

domain IntPtr

Transfer ownership: None Nullable: False

callback AuthDomainBasicAuthCallback

Transfer ownership: None Nullable: False

userData IntPtr

Transfer ownership: None Nullable: True

dnotify DestroyNotify

Transfer ownership: None Nullable: False