diff options
Diffstat (limited to 'shell/e-shell-registry.h')
-rw-r--r-- | shell/e-shell-registry.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shell/e-shell-registry.h b/shell/e-shell-registry.h index a1ad6449f9..07e1acaf4b 100644 --- a/shell/e-shell-registry.h +++ b/shell/e-shell-registry.h @@ -27,9 +27,8 @@ G_BEGIN_DECLS void e_shell_registry_init (void); +GList * e_shell_registry_list_modules (void); GType * e_shell_registry_get_view_types (guint *n_types); -void e_shell_registry_foreach_module (GFunc func, - gpointer user_data); EShellModule * e_shell_registry_get_module_by_name (const gchar *name); EShellModule * e_shell_registry_get_module_by_schema (const gchar *schema); |