aboutsummaryrefslogtreecommitdiffstats
path: root/shell/importer/evolution-importer.h
Commit message (Collapse)AuthorAgeFilesLines
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-181-3/+2
| | | | | | | | | | 2001-01-17 Federico Mena Quintero <federico@ximian.com> * importer/evolution-importer.h: Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enum _Blah { ... };" so that gtk-doc can parse it. Sigh. svn path=/trunk/; revision=7600
* Removed the factory and updated the interfaces and objectsIain Holmes2001-01-181-8/+9
| | | | svn path=/trunk/; revision=7590
* Will it work?Iain Holmes2001-01-121-2/+1
| | | | svn path=/trunk/; revision=7405
* add the importer part 1Iain Holmes2001-01-121-0/+92
svn path=/trunk/; revision=7398