2006-09-11 Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
[hildon] / hildon-widgets / hildon-color-selector.h
index 6777148..cc20a95 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
@@ -62,10 +62,11 @@ struct _HildonColorSelectorClass {
     GtkDialogClass parent_class;
 };
 
+GType hildon_color_selector_get_type(void) G_GNUC_CONST;
 GtkWidget *hildon_color_selector_new(GtkWindow * parent);
-GdkColor *hildon_color_selector_get_color(HildonColorSelector * selector);
+G_CONST_RETURN GdkColor *hildon_color_selector_get_color(HildonColorSelector * selector);
 void hildon_color_selector_set_color(HildonColorSelector * selector,
                                      GdkColor * color);
 
 G_END_DECLS
-#endif
+#endif /* __HILDON_COLOR_SELECTOR_H__ */