2006-08-30 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / hildon-widgets / hildon-banner.h
index ddb6700..755f4c2 100644 (file)
@@ -1,14 +1,14 @@
 /*
  * This file is part of hildon-libs
  *
- * Copyright (C) 2005 Nokia Corporation.
+ * Copyright (C) 2005, 2006 Nokia Corporation.
  *
- * Contact: Luc Pionchon <luc.pionchon@nokia.com>
+ * Contact: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
  *
  * This library is free software; you can redistribute it and/or
  * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 2.1 of
- * the License, or (at your option) any later version.
+ * as published by the Free Software Foundation; version 2.1 of
+ * the License.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -53,17 +53,17 @@ struct _HildonBannerClass
 
 GType      hildon_banner_get_type          (void) G_GNUC_CONST;
 
-void       hildon_banner_show_information  (GtkWidget   *widget, 
-                                            const gchar *icon_name,
-                                            const gchar *text);
+void       hildon_banner_show_information  (GtkWidget      *widget, 
+                                            const gchar    *icon_name,
+                                            const gchar    *text);
 
 void       hildon_banner_show_information_with_markup (GtkWidget   *widget, 
                                                        const gchar *icon_name,
                                                        const gchar *markup);
 
-GtkWidget *hildon_banner_show_animation    (GtkWidget   *widget, 
-                                            const gchar *animation_name,
-                                            const gchar *text);
+GtkWidget *hildon_banner_show_animation    (GtkWidget      *widget, 
+                                            const gchar    *animation_name,
+                                            const gchar    *text);
 
 GtkWidget *hildon_banner_show_progress     (GtkWidget      *widget, 
                                             GtkProgressBar *bar,