Modules

 getdns_list creation/destruction functions
 
 getdns_list_set functions
 
 getdns_list_get functions
 
 getdns_dict creation/destruction functions
 
 getdns_dict_set functions
 
 getdns_dict_get functions
 
 getdns_context creation/destruction functions
 
 getdns_context_set functions
 
 getdns_callback functions
 
 getdns event loop extension functions
 
 Asynchronous API functions
 
 Synchronous API functions that do not use callbacks
 
 Utility functions
 

Typedefs

typedef void(* getdns_callback_t) (getdns_context *context, getdns_callback_type_t callback_type, getdns_dict *response, void *userarg, getdns_transaction_t transaction_id)
 

Functions

getdns_return_t getdns_dict_remove_name (getdns_dict *dict, const char *name)
 
getdns_dictgetdns_context_get_api_information (getdns_context *context)
 

Detailed Description

Typedef Documentation

typedef void(* getdns_callback_t) (getdns_context *context, getdns_callback_type_t callback_type, getdns_dict *response, void *userarg, getdns_transaction_t transaction_id)

Definition at line 850 of file getdns.h.

Function Documentation

getdns_return_t getdns_dict_remove_name ( getdns_dict dict,
const char *  name 
)
getdns_dict* getdns_context_get_api_information ( getdns_context context)