summaryrefslogtreecommitdiff
path: root/desktop/treeview.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2017-03-01 12:50:30 +0000
committerVincent Sanders <vince@kyllikki.org>2017-03-01 12:50:30 +0000
commit2f5e5620e218d317d5e853fd4ee9d9123b346610 (patch)
tree51a288d24f3f84699723ace7aed23eaa1f1d4df2 /desktop/treeview.h
parente72b89ac3d691acb5c306c1565eaa1e559495ec8 (diff)
downloadnetsurf-2f5e5620e218d317d5e853fd4ee9d9123b346610.tar.gz
netsurf-2f5e5620e218d317d5e853fd4ee9d9123b346610.tar.bz2
Change interface to system colours to allow reporting of errors
Allow system colour interface to report errors instead of silently failing and propogate the errors. This also fixes teh system colour documentation.
Diffstat (limited to 'desktop/treeview.h')
-rw-r--r--desktop/treeview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/treeview.h b/desktop/treeview.h
index 0dbde1119..45469b77f 100644
--- a/desktop/treeview.h
+++ b/desktop/treeview.h
@@ -228,7 +228,7 @@ nserror treeview_destroy(treeview *tree);
/**
- * Find a releation for node creation.
+ * Find a relation for node creation.
*
* If at_y is set, we find a relation that will put the created node at that
* position.
@@ -239,7 +239,7 @@ nserror treeview_destroy(treeview *tree);
* \param tree Treeview object in which to create folder
* \param relation Existing node to insert as relation of, or NULL
* \param rel Folder's relationship to relation
- * \param at_y Iff true, insert at y-offest
+ * \param at_y Iff true, insert at y-offset
* \param y Y-offset in px from top of hotlist. Ignored if (!at_y).
* \return NSERROR_OK on success, appropriate error otherwise
*/