Added new interfaces to be exposed by the local storage, so that

components can get a list of all the folders and specify the display
name for them.  (Unfinished and untested.)

svn path=/trunk/; revision=5256
This commit is contained in:
Ettore Perazzoli
2000-09-08 08:34:35 +00:00
parent a38d76bc2e
commit aa20072666
20 changed files with 1238 additions and 52 deletions

View File

@ -145,6 +145,8 @@ class_init (EvolutionSessionClass *klass)
GTK_TYPE_NONE, 1,
GTK_TYPE_STRING);
gtk_object_class_add_signals (object_class, signals, LAST_SIGNAL);
corba_class_init ();
}