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-view.h | |
parent | 791c982c456fca453978358d2e919082419b7808 (diff) | |
download | gsoc2013-evolution-086a96050b16f6dabd99a391b5a4faf0411963a1.tar.gz 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-view.h')
-rw-r--r-- | shell/e-shell-view.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/shell/e-shell-view.h b/shell/e-shell-view.h index 5aa9e6c0ff..28392d2963 100644 --- a/shell/e-shell-view.h +++ b/shell/e-shell-view.h @@ -87,6 +87,10 @@ struct _EShellView { * @search_options: Widget path in the UI definition to the search * options popup menu. The menu gets shown when the * user clicks the "find" icon in the search entry. + * @search_rules: Base name of the XML file containing predefined + * search rules for this shell view. The XML files + * are usually named something like <filename> + * <emphasis>view</emphasis>types.xml</filename>. * @type_module: The corresponding #GTypeModule for this shell * view. Subclasses are responsible for setting * this. An easy way do so is to pass it to the @@ -127,6 +131,9 @@ struct _EShellViewClass { /* Widget path to the search options popup menu. */ const gchar *search_options; + /* Base name of the search rule definition file. */ + const gchar *search_rules; + /* Subclasses should set this via the "class_data" field in * the GTypeInfo they pass to g_type_module_register_type(). */ GTypeModule *type_module; |