1.1 --- a/maemo-ui/src/mmyth_uicommon.h Thu Sep 28 16:02:14 2006 +0100
1.2 +++ b/maemo-ui/src/mmyth_uicommon.h Wed Aug 01 14:22:14 2007 +0100
1.3 @@ -25,27 +25,29 @@
1.4
1.5 extern GdkColor main_bg_color;
1.6
1.7 -typedef struct _MMythUiCommon
1.8 -{
1.9 - GtkWidget *main_widget;
1.10 +typedef struct _MMythUiCommon {
1.11 + GtkWidget *main_widget;
1.12
1.13 - /* event box to set the background color*/
1.14 - GtkWidget *event_box;
1.15 -
1.16 - GtkWidget *vbox;
1.17 - GtkWidget *button_vbox;
1.18 - GtkWidget *label;
1.19 + /*
1.20 + * event box to set the background color
1.21 + */
1.22 + GtkWidget *event_box;
1.23
1.24 - GtkWidget *button1;
1.25 - GtkWidget *button2;
1.26 - GtkWidget *button3;
1.27 -
1.28 - gint source_id;
1.29 + GtkWidget *vbox;
1.30 + GtkWidget *button_vbox;
1.31 + GtkWidget *label;
1.32 +
1.33 + GtkWidget *button1;
1.34 + GtkWidget *button2;
1.35 + GtkWidget *button3;
1.36 +
1.37 + gint source_id;
1.38 } MMythUiCommon;
1.39
1.40 -MMythUiCommon *mmyth_uicommon_new (GtkWidget * main_widget,
1.41 - const gchar * label1, const gchar * label2,
1.42 +MMythUiCommon *mmyth_uicommon_new(GtkWidget * main_widget,
1.43 + const gchar * label1,
1.44 + const gchar * label2,
1.45 const gchar * label3);
1.46 -void mmyth_uicommon_free (MMythUiCommon *ui_common);
1.47 +void mmyth_uicommon_free(MMythUiCommon * ui_common);
1.48
1.49 -#endif /* MMYTH_UICOMMON_H_ */
1.50 +#endif /* MMYTH_UICOMMON_H_ */