Ejemplo n.º 1
0
/* Exported interface, documented in cookie_manager.h */
bool cookie_manager_has_selection(void)
{
	return treeview_has_selection(cm_ctx.tree);
}
Ejemplo n.º 2
0
/* Exported interface, documented in global_history.h */
bool global_history_has_selection(void)
{
	return treeview_has_selection(gh_ctx.tree);
}