Big documentation fix mess.
[hildon] / src / hildon-volumebar.h
index afd1841..90b9ccc 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * This file is part of hildon-libs
+ * This file is a part of hildon
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
@@ -49,7 +49,6 @@ G_BEGIN_DECLS
 #define                                         HILDON_VOLUMEBAR_GET_CLASS(obj) \
                                                 ((HildonVolumebarClass *) G_OBJECT_GET_CLASS(obj))
 
-
 typedef struct                                  _HildonVolumebar HildonVolumebar;
 
 typedef struct                                  _HildonVolumebarClass HildonVolumebarClass;
@@ -68,8 +67,8 @@ struct                                          _HildonVolumebarClass
     void (*level_changed) (HildonVolumebar * self);
 };
 
-GType           
-hildon_volumebar_get_type                       (void) G_GNUC_CONST;
+GType G_GNUC_CONST 
+hildon_volumebar_get_type                       (void);
 
 double          
 hildon_volumebar_get_level                      (HildonVolumebar *self);