aboutsummaryrefslogtreecommitdiff
path: root/src/gtkutils.h
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-27 07:28:23 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2006-01-27 07:28:23 +0000
commit87e24b01c2163658cd35762d3cb596a35e4271da (patch)
tree63b2b88e687e3c59702a00968e74bbf2a1b93372 /src/gtkutils.h
parent3421560291575cc9a94a7464712be4e69d1631ec (diff)
when deleting a collapsed thread, all the messages in the thread will be removed.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@935 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src/gtkutils.h')
-rw-r--r--src/gtkutils.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gtkutils.h b/src/gtkutils.h
index efd6802f..9a2eed0b 100644
--- a/src/gtkutils.h
+++ b/src/gtkutils.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2005 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2006 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -135,6 +135,11 @@ gboolean gtkut_tree_model_find_by_column_data
gint col,
gpointer data);
+void gtkut_tree_model_foreach (GtkTreeModel *model,
+ GtkTreeIter *start,
+ GtkTreeModelForeachFunc func,
+ gpointer user_data);
+
gboolean gtkut_tree_row_reference_get_iter
(GtkTreeModel *model,
GtkTreeRowReference *ref,