summaryrefslogtreecommitdiff
path: root/gtk/treeview.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/treeview.c')
-rw-r--r--gtk/treeview.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gtk/treeview.c b/gtk/treeview.c
index fa8bd8f3c..71e63184f 100644
--- a/gtk/treeview.c
+++ b/gtk/treeview.c
@@ -77,7 +77,10 @@ static void nsgtk_tree_redraw_request(int x, int y, int width, int height, void
/**
* Updates the tree owner following a tree resize
*
- * \param tree the tree to update the owner of
+ * \param tree the tree to update the owner of
+ * \param width The width to resize to.
+ * \param height The height to resize to.
+ * \param data The treeview resize.
*/
static void nsgtk_tree_resized(struct tree *tree, int width, int height, void *data)
{