aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-label.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@Ximian.com>2002-11-13 12:18:42 +0800
committerMichael Zucci <zucchi@src.gnome.org>2002-11-13 12:18:42 +0800
commita08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff (patch)
tree1389fd5b324ef8bf8397e95218a6f18e7e82c3f2 /filter/filter-label.h
parent7d53a155c8dcf9e232edcb3c70df6584713e1076 (diff)
downloadgsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar.gz
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar.bz2
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar.lz
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar.xz
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.tar.zst
gsoc2013-evolution-a08bb5c1e3dd09be6a7ef21de2fac295d4bb66ff.zip
comment out gtk_destroyed check.
2002-11-13 Not Zed <NotZed@Ximian.com> * vfolder-rule.c (source_add): comment out gtk_destroyed check. * filter-label.c: Added back some of the guts. Might not work but some of the code uses it :-/. Gives u a fixed set of non-editable labels. svn path=/trunk/; revision=18729
Diffstat (limited to 'filter/filter-label.h')
-rw-r--r--filter/filter-label.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/filter/filter-label.h b/filter/filter-label.h
index bde83811ce..395ce07d48 100644
--- a/filter/filter-label.h
+++ b/filter/filter-label.h
@@ -58,6 +58,11 @@ GType filter_label_get_type (void);
FilterLabel *filter_label_new (void);
+/* Sigh, this is a mess, but its cleaner than the original mess */
+int filter_label_count(void);
+const char *filter_label_label(int i);
+int filter_label_index(const char *label);
+
#ifdef __cplusplus
}
#endif /* __cplusplus */