Fix gtk-doc packaging
[hildon] / src / hildon-color-button.h
index 1b0cb84..258217d 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.
  *
@@ -74,13 +74,20 @@ hildon_color_button_new                         (void);
 GtkWidget*
 hildon_color_button_new_with_color              (const GdkColor *color);
 
-GdkColor*
-hildon_color_button_get_color                   (HildonColorButton *button);
+void
+hildon_color_button_get_color                   (HildonColorButton *button, 
+                                                 GdkColor *color);
 
 void
 hildon_color_button_set_color                   (HildonColorButton *button,         
                                                  GdkColor *color);
 
+gboolean
+hildon_color_button_get_popup_shown             (HildonColorButton *button);
+
+void
+hildon_color_button_popdown                     (HildonColorButton *button);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_COLOR_BUTTON_H__ */