diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2007-11-15 06:04:21 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2007-11-15 06:04:21 +0800 |
commit | 9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91 (patch) | |
tree | 2e1e96f33404781354c422a7e9beaf458ebeb655 /filter/rule-context.h | |
parent | 7e8f8bb9e5167b0219b48ab3e8062080d3740b0a (diff) | |
download | gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.gz gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.tar.zst gsoc2013-evolution-9e4fcb29cf7f05c18f7fd34e318f9e795fa32e91.zip |
** Remove trailing whitespace from source code.
2007-11-14 Matthew Barnes <mbarnes@redhat.com>
** Remove trailing whitespace from source code.
svn path=/trunk/; revision=34537
Diffstat (limited to 'filter/rule-context.h')
-rw-r--r-- | filter/rule-context.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/filter/rule-context.h b/filter/rule-context.h index c65990d97e..14da2806fd 100644 --- a/filter/rule-context.h +++ b/filter/rule-context.h @@ -50,14 +50,14 @@ enum { struct _RuleContext { GObject parent_object; struct _RuleContextPrivate *priv; - + char *error; /* string version of error */ guint32 flags; /* capability flags */ GList *parts; GList *rules; - + GHashTable *part_set_map; /* map set types to part types */ GList *part_set_list; GHashTable *rule_set_map; /* map set types to rule types */ @@ -73,12 +73,12 @@ struct _RuleContextClass { int (*load) (RuleContext *rc, const char *system, const char *user); int (*save) (RuleContext *rc, const char *user); int (*revert) (RuleContext *rc, const char *user); - + GList *(*delete_uri) (RuleContext *rc, const char *uri, GCompareFunc cmp); GList *(*rename_uri) (RuleContext *rc, const char *olduri, const char *newuri, GCompareFunc cmp); FilterElement *(*new_element)(RuleContext *rc, const char *name); - + /* signals */ void (*rule_added) (RuleContext *rc, FilterRule *rule); void (*rule_removed) (RuleContext *rc, FilterRule *rule); |