GResolverClass

Undocumented in source.
struct GResolverClass {}

Members

Variables

GReserved4
void function() GReserved4;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved5
void function() GReserved5;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
GReserved6
void function() GReserved6;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupByAddress
char* function(GResolver* resolver, GInetAddress* address, GCancellable* cancellable, GError** err) lookupByAddress;
lookupByAddressAsync
void function(GResolver* resolver, GInetAddress* address, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupByAddressAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupByAddressFinish
char* function(GResolver* resolver, GAsyncResult* result, GError** err) lookupByAddressFinish;
lookupByName
GList* function(GResolver* resolver, const(char)* hostname, GCancellable* cancellable, GError** err) lookupByName;
lookupByNameAsync
void function(GResolver* resolver, const(char)* hostname, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupByNameAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupByNameFinish
GList* function(GResolver* resolver, GAsyncResult* result, GError** err) lookupByNameFinish;
lookupRecords
GList* function(GResolver* resolver, const(char)* rrname, GResolverRecordType recordType, GCancellable* cancellable, GError** err) lookupRecords;
lookupRecordsAsync
void function(GResolver* resolver, const(char)* rrname, GResolverRecordType recordType, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupRecordsAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupRecordsFinish
GList* function(GResolver* resolver, GAsyncResult* result, GError** err) lookupRecordsFinish;
lookupService
GList* function(GResolver* resolver, const(char)* rrname, GCancellable* cancellable, GError** err) lookupService;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupServiceAsync
void function(GResolver* resolver, const(char)* rrname, GCancellable* cancellable, GAsyncReadyCallback callback, void* userData) lookupServiceAsync;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
lookupServiceFinish
GList* function(GResolver* resolver, GAsyncResult* result, GError** err) lookupServiceFinish;
parentClass
GObjectClass parentClass;
Undocumented in source.
reload
void function(GResolver* resolver) reload;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta