ERuleEditor

ERuleEditor

Functions

Description

Functions

e_rule_editor_new ()

ERuleEditor *
e_rule_editor_new (ERuleContext *context,
                   const gchar *source,
                   const gchar *label);

e_rule_editor_new is deprecated and should not be used in newly-written code.


e_rule_editor_construct ()

void
e_rule_editor_construct (ERuleEditor *editor,
                         ERuleContext *context,
                         GtkBuilder *builder,
                         const gchar *source,
                         const gchar *label);

e_rule_editor_construct is deprecated and should not be used in newly-written code.


e_rule_editor_set_source ()

void
e_rule_editor_set_source (ERuleEditor *editor,
                          const gchar *source);

e_rule_editor_set_source is deprecated and should not be used in newly-written code.


e_rule_editor_set_sensitive ()

void
e_rule_editor_set_sensitive (ERuleEditor *editor);

e_rule_editor_set_sensitive is deprecated and should not be used in newly-written code.


e_rule_editor_create_rule ()

EFilterRule *
e_rule_editor_create_rule (ERuleEditor *editor);

e_rule_editor_create_rule is deprecated and should not be used in newly-written code.

Types and Values