aboutsummaryrefslogtreecommitdiffstats
path: root/filter/filter-option.h
diff options
context:
space:
mode:
authorNot Zed <NotZed@HelixCode.com>2000-07-31 23:03:23 +0800
committerMichael Zucci <zucchi@src.gnome.org>2000-07-31 23:03:23 +0800
commit9ddabfee03542411d02851a1b1f144707ce32b82 (patch)
tree60401204c8fb321a7719b00bb98b52072c6b9168 /filter/filter-option.h
parent24be06c166908871ff2b6f151e3e747cd57eacca (diff)
downloadgsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar.gz
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar.bz2
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar.lz
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar.xz
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.tar.zst
gsoc2013-evolution-9ddabfee03542411d02851a1b1f144707ce32b82.zip
Set value of a simple type to a new string.
2000-07-31 Not Zed <NotZed@HelixCode.com> * filter-input.c (filter_input_set_value): Set value of a simple type to a new string. * filter-option.c (filter_option_set_current): New function to set the current value of an option. * filter-rule.c (filter_rule_find_list): New function to find a rule in a list, by name. (filter_rule_set_name): Let you set the name of a rule. * rule-context.c (rule_context_find_rule): Find a rule by name. (rule_context_create_part): Helper to find and clone a part by name. * filter-folder.c (button_clicked): Fix warning. * filter.glade: Add new widgets for vfolder rule editor. * vfolder-context.c (vfolder_context_init): Changed to use vfolder rule as the rule type. * vfolder-rule.c: New class to encode extra information required for vfolder rules. svn path=/trunk/; revision=4421
Diffstat (limited to 'filter/filter-option.h')
-rw-r--r--filter/filter-option.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/filter/filter-option.h b/filter/filter-option.h
index 1645b333a1..1bbec79d84 100644
--- a/filter/filter-option.h
+++ b/filter/filter-option.h
@@ -58,6 +58,7 @@ guint filter_option_get_type (void);
FilterOption *filter_option_new (void);
/* methods */
+void filter_option_set_current(FilterOption *option, const char *name);
#endif /* ! _FILTER_OPTION_H */