NetSurf
Functions
content_debug.h File Reference

Interface to content handling debug. More...

#include <stdio.h>
Include dependency graph for content_debug.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Interface to content handling debug.

Definition in file content_debug.h.

Function Documentation

◆ content_debug_dump()

nserror content_debug_dump ( struct hlcache_handle h,
FILE *  f,
enum content_debug  op 
)

Dump debug information to file.

Parameters
hcontent handle to debug.
fFile to write output to.
opDebug 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().

Here is the call graph for this function:
Here is the caller graph for this function: