NetSurf
|
Interface to content handling debug. More...
#include <stdio.h>
Go to the source code of this file.
Functions | |
nserror | content_debug_dump (struct hlcache_handle *h, FILE *f, enum content_debug op) |
Dump debug information to file. More... | |
Interface to content handling debug.
Definition in file content_debug.h.
nserror content_debug_dump | ( | struct hlcache_handle * | h, |
FILE * | f, | ||
enum content_debug | op | ||
) |
Dump debug information to file.
h | content handle to debug. |
f | File to write output to. |
op | Debug operation type. |
Definition at line 922 of file content.c.
References content_handler::debug_dump, content::handler, hlcache_handle_get_content(), and NSERROR_NOT_IMPLEMENTED.
Referenced by browser_window_debug_dump().