diff options
author | Michael Meeks <michael@helixcode.com> | 2000-12-05 01:56:54 +0800 |
---|---|---|
committer | Michael Meeks <mmeeks@src.gnome.org> | 2000-12-05 01:56:54 +0800 |
commit | 042e514a262c922d258ca8f0557500199f7088d9 (patch) | |
tree | f985a0aee46d4c6ff8bc42c2ef3958eba4024c6b /help/NAMESPACE | |
parent | 0d0f668cecd72010ef87c08829b26abd83e3a252 (diff) | |
download | gsoc2013-evolution-042e514a262c922d258ca8f0557500199f7088d9.tar.gz gsoc2013-evolution-042e514a262c922d258ca8f0557500199f7088d9.tar.zst gsoc2013-evolution-042e514a262c922d258ca8f0557500199f7088d9.zip |
return NULL if we can't create a view.
2000-12-04 Michael Meeks <michael@helixcode.com>
* e-shell-view.c (get_control_for_uri): return NULL if we can't
create a view.
(setup_evolution_shell_view_interface): add precondition.
+
lots of cleans.
svn path=/trunk/; revision=6778
Diffstat (limited to 'help/NAMESPACE')
-rw-r--r-- | help/NAMESPACE | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/help/NAMESPACE b/help/NAMESPACE new file mode 100644 index 0000000000..0914dba35d --- /dev/null +++ b/help/NAMESPACE @@ -0,0 +1,28 @@ + + Here is how both the Evolution implementation and IDL namespacing +is to be organized, NB. for implementations and oafinfo filenames we replace +'/' with '_' + +Files: + +/GNOME/Evolution/ + + Addressbook/ + Calendar/ + Control + gnomecal + Composer/ + Mail/ + Notes/ + Shell/ + Summary/ + test + rdf + Wombat/ + +Components: + + Shell components end in _ShellComponent, controls in _Control, +executive summary components in _ExecutiveSummaryComponent and +factories append 'Factory'. + |