aboutsummaryrefslogtreecommitdiffstats
path: root/capplet/settings/mail-decoration.h
diff options
context:
space:
mode:
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