diff options
Diffstat (limited to 'shell/e-shell-content.h')
-rw-r--r-- | shell/e-shell-content.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/shell/e-shell-content.h b/shell/e-shell-content.h index 68e80f7dac..8d1276c94e 100644 --- a/shell/e-shell-content.h +++ b/shell/e-shell-content.h @@ -73,6 +73,9 @@ struct _EShellContent { struct _EShellContentClass { GtkBinClass parent_class; + + /* Factory Methods */ + RuleContext * (*new_search_context) (void); }; GType e_shell_content_get_type (void); |