summaryrefslogtreecommitdiff
path: root/desktop/cookie_manager.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/cookie_manager.h')
-rw-r--r--desktop/cookie_manager.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/desktop/cookie_manager.h b/desktop/cookie_manager.h
index 4da85a895..86111f349 100644
--- a/desktop/cookie_manager.h
+++ b/desktop/cookie_manager.h
@@ -116,4 +116,20 @@ bool cookie_manager_has_selection(void);
*/
int cookie_manager_get_height(void);
+/**
+ * Expand the treeview's nodes
+ *
+ * \param only_folders Iff true, only folders are expanded.
+ * \return NSERROR_OK on success, appropriate error otherwise
+ */
+nserror cookie_manager_expand(bool only_folders);
+
+/**
+ * Contract the treeview's nodes
+ *
+ * \param all Iff false, only entries are contracted.
+ * \return NSERROR_OK on success, appropriate error otherwise
+ */
+nserror cookie_manager_contract(bool all);
+
#endif