diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-19 02:11:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-19 02:11:24 +0800 |
commit | bc17057ec598cd5f755fd66244c429ecc51cff01 (patch) | |
tree | 2fd9aa79d8328cdafec2627c67c66a42b72e1566 /camel/camel-simple-data-wrapper.h | |
parent | d1ae49aa422fb882728b842744053d909a710a25 (diff) | |
download | gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar.gz gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar.bz2 gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar.lz gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar.xz gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.tar.zst gsoc2013-evolution-bc17057ec598cd5f755fd66244c429ecc51cff01.zip |
Clean, polish, document. Most of the gtk-doc comments added to
* camel-data-wrapper.[ch]:
* camel-simple-data-wrapper.[ch]:
* camel-medium.[ch]: Clean, polish, document. Most of the gtk-doc
comments added to camel-data-wrapper.c note serious problems that
need to be fixed.
svn path=/trunk/; revision=2483
Diffstat (limited to 'camel/camel-simple-data-wrapper.h')
-rw-r--r-- | camel/camel-simple-data-wrapper.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/camel/camel-simple-data-wrapper.h b/camel/camel-simple-data-wrapper.h index 844f691562..a16d1373a1 100644 --- a/camel/camel-simple-data-wrapper.h +++ b/camel/camel-simple-data-wrapper.h @@ -2,15 +2,15 @@ /* camel-simple-data-wrapper.c : simple implementation of a data wrapper */ /* store the data in a glib byte array */ -/* +/* * - * Author : + * Author : * Bertrand Guiheneuf <bertrand@helixcode.com> * * Copyright 1999, 2000 Helix Code, Inc. (http://www.helixcode.com) * - * This program is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License as + * This program is free software; you can redistribute it and/or + * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * License, or (at your option) any later version. * @@ -57,7 +57,6 @@ struct _CamelSimpleDataWrapper typedef struct { CamelDataWrapperClass parent_class; - } CamelSimpleDataWrapperClass; |