This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | _PurpleSrvResponse |
Typedefs | |
| typedef _PurpleSrvResponse | PurpleSrvResponse |
| typedef _PurpleSrvQueryData | PurpleSrvQueryData |
| typedef void(* | PurpleSrvCallback )(PurpleSrvResponse *resp, int results, gpointer data) |
Functions | |
| PurpleSrvQueryData * | purple_srv_resolve (const char *protocol, const char *transport, const char *domain, PurpleSrvCallback cb, gpointer extradata) |
| Queries an SRV record. | |
| void | purple_srv_cancel (PurpleSrvQueryData *query_data) |
| Cancel an SRV DNS query. | |
Definition in file dnssrv.h.
|
|
Cancel an SRV DNS query.
|
|
||||||||||||||||||||||||
|
Queries an SRV record.
|