aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-decoration.h
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2010-04-01 05:42:14 +0800
committerMatthew Barnes <mbarnes@redhat.com>2010-04-01 05:42:14 +0800
commit21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a (patch)
treed26294b5ca8187cf97f9aff93c48663e845943c2 /capplet/settings/mail-decoration.h
parentaac92ccc526ce5cbbd7af8836cd1fb7a57ab0bae (diff)
downloadgsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.gz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.bz2
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.lz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.xz
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.tar.zst
gsoc2013-evolution-21fa5cdc1cbf4460e2ac95401ee24a5e6c21216a.zip
Capplet cleanups.
Diffstat (limited to 'capplet/settings/mail-decoration.h')
-rw-r--r--capplet/settings/mail-decoration.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/capplet/settings/mail-decoration.h b/capplet/settings/mail-decoration.h
index 9010e8990c..1339cae305 100644
--- a/capplet/settings/mail-decoration.h
+++ b/capplet/settings/mail-decoration.h
@@ -10,7 +10,7 @@
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
- * License along with the program; if not, see <http://www.gnu.org/licenses/>
+ * License along with the program; if not, see <http://www.gnu.org/licenses/>
*
*
* Authors:
@@ -29,7 +29,6 @@
#include <gtk/gtk.h>
-
#define MAIL_DECORATION_TYPE \
(mail_decoration_get_type ())
#define MAIL_DECORATION(obj) \
@@ -53,7 +52,7 @@ typedef struct _MailDecorationClass MailDecorationClass;
typedef struct _MailDecorationPrivate MailDecorationPrivate;
struct _MailDecoration {
- GObject parent;
+ GObject parent;
GtkWindow *window;
MailDecorationPrivate *priv;
@@ -63,7 +62,7 @@ struct _MailDecorationClass {
GObjectClass parent_class;
};
-MailDecoration *mail_decoration_new(GtkWindow *);
-
+GType mail_decoration_get_type (void);
+MailDecoration *mail_decoration_new (GtkWindow *);
#endif