GProxyResolverInterface

The virtual function table for #GProxyResolver.

Members

Variables

gIface
GTypeInterface gIface;

The parent interface.

isSupported
int function(GProxyResolver* resolver) isSupported;
lookup
char** function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GError** err) lookup;
lookupAsync
void function(GProxyResolver* resolver, const(char)* uri, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupFinish
char** function(GProxyResolver* resolver, GAsyncResult* result, GError** err) lookupFinish;

Meta