diff options
author | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-03 12:43:40 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-10-03 12:43:40 +0800 |
commit | 086a96050b16f6dabd99a391b5a4faf0411963a1 (patch) | |
tree | 73a4c2efb11f255ff1685114a051d731a6a12e13 /shell/e-shell-module.h | |
parent | 791c982c456fca453978358d2e919082419b7808 (diff) | |
download | gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.gz gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.bz2 gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.lz gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.xz gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.zst gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.zip |
Tasks progress. Merge EMemoPreview back into ECalComponentPreview.
svn path=/branches/kill-bonobo/; revision=36538
Diffstat (limited to 'shell/e-shell-module.h')
-rw-r--r-- | shell/e-shell-module.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/shell/e-shell-module.h b/shell/e-shell-module.h index a0dece314f..abb4bd213b 100644 --- a/shell/e-shell-module.h +++ b/shell/e-shell-module.h @@ -70,9 +70,6 @@ typedef struct _EShellModulePrivate EShellModulePrivate; * @schemes: Colon-separated list of URI schemes. The #EShell * will forward command-line URIs to the appropriate * module based on this list. - * @searches: Base name of the XML file containing predefined - * search rules for this module. These show up as - * options in the search entry drop-down. * @sort_order: Used to determine the order of modules listed in * the main menu and in the switcher. See * e_shell_module_compare(). @@ -89,7 +86,6 @@ struct _EShellModuleInfo { const gchar *name; const gchar *aliases; const gchar *schemes; - const gchar *searches; gint sort_order; gboolean (*is_busy) (EShellModule *shell_module); @@ -119,7 +115,6 @@ gint e_shell_module_compare (EShellModule *shell_module_a, const gchar * e_shell_module_get_config_dir (EShellModule *shell_module); const gchar * e_shell_module_get_data_dir (EShellModule *shell_module); const gchar * e_shell_module_get_filename (EShellModule *shell_module); -const gchar * e_shell_module_get_searches (EShellModule *shell_module); struct _EShell *e_shell_module_get_shell (EShellModule *shell_module); void e_shell_module_add_activity (EShellModule *shell_module, EActivity *activity); |