summaryrefslogtreecommitdiff
path: root/include/netsurf
diff options
context:
space:
mode:
Diffstat (limited to 'include/netsurf')
-rw-r--r--include/netsurf/content.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/netsurf/content.h b/include/netsurf/content.h
index 3f3a30c0e..35b8b3365 100644
--- a/include/netsurf/content.h
+++ b/include/netsurf/content.h
@@ -148,9 +148,11 @@ void content_invalidate_reuse_data(struct hlcache_handle *h);
/**
* Display content on screen with optional tiling.
*
- * \param h The content to redraw
- * \param ctx current redraw context
- * \return true if successful, false otherwise
+ * \param h The content to redraw.
+ * \param data The contents redraw data.
+ * \param clip The clipping rectangle to use when redrawing the content.
+ * \param ctx current redraw context.
+ * \return true if successful otherwise false.
*
* Calls the redraw function for the content.
*/