aboutsummaryrefslogtreecommitdiffstats
path: root/help/devel/importer/tmpl
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagLIBGLADE_1_BEFORE_AUTOCONF_1_52nobody2001-05-263-190/+0
| | | | | | 'LIBGLADE_1_BEFORE_AUTOCONF_1_52'. svn path=/tags/LIBGLADE_1_BEFORE_AUTOCONF_1_52/; revision=9995
* Removed generated files from CVS, updated .cvsignore files to includeJon Trowbridge2001-04-262-0/+11
| | | | | | | | | 2001-04-25 Jon Trowbridge <trow@ximian.com> * Removed generated files from CVS, updated .cvsignore files to include generated files. svn path=/trunk/; revision=9569
* More docs...Iain Holmes2001-02-023-47/+39
| | | | svn path=/trunk/; revision=7939
* Use "typedef enum { ... } Blah;" instead of "typedef enum _Blah Blah; enumFederico Mena Quintero2001-01-182-48/+41
| | | | | | | | | | 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
* Some API documentation for the importerIain Holmes2001-01-183-0/+194
svn path=/trunk/; revision=7589