SoupContentSnifferClass.sniff

struct SoupContentSnifferClass
extern (C)
char* function(SoupContentSniffer* sniffer, SoupMessage* msg, SoupBuffer* buffer, GHashTable** params) sniff;

Return Value

the sniffed Content-Type of @buffer; this will never be %NULL, but may be "application/octet-stream".

Meta