GProxyResolverInterface

The virtual function table for #GProxyResolver.

Members

Variables

gIface
GTypeInterface gIface;

The parent interface.

isSupported
bool function(GProxyResolver* resolver) isSupported;

the virtual function pointer for gio.proxy_resolver.ProxyResolver.isSupported

lookup
char** function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GError** _err) lookup;

the virtual function pointer for gio.proxy_resolver.ProxyResolver.lookup

lookupAsync
void function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupAsync;

the virtual function pointer for gio.proxy_resolver.ProxyResolver.lookupAsync

lookupFinish
char** function(GProxyResolver* resolver, GAsyncResult* result, GError** _err) lookupFinish;

the virtual function pointer for gio.proxy_resolver.ProxyResolver.lookupFinish