2009-04-01 Alberto Garcia <agarcia@igalia.com>
[hildon] / src / hildon-helper.h
index 3031858..879d55f 100644 (file)
@@ -3,7 +3,7 @@
  *
  * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
  *
- * Contact: Michael Dominic Kostrzewa <michael.kostrzewa@nokia.com>
+ * Contact: Rodrigo Novo <rodrigo.novo@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
  *
  */
 
-#ifdef                                          ENABLE_UNSTABLE_API
-
 #ifndef                                         __HILDON_HELPER_H__
 #define                                         __HILDON_HELPER_H__
 
-#include                                        <gtk/gtkwindow.h>
 #include                                        <gdk/gdkkeysyms.h>
-#include                                        <gdk/gdkevents.h>
+#include                                        <gtk/gtk.h>
+
 #include                                        "hildon-defines.h"
 
 G_BEGIN_DECLS
@@ -46,6 +44,7 @@ hildon_helper_set_logical_color                 (GtkWidget *widget,
 gboolean 
 hildon_helper_event_button_is_finger            (GdkEventButton *event);
 
+#ifndef HILDON_DISABLE_DEPRECATED
 void
 hildon_helper_set_insensitive_message           (GtkWidget *widget,
                                                  const gchar *message);
@@ -54,6 +53,7 @@ void
 hildon_helper_set_insensitive_messagef          (GtkWidget *widget,
                                                 const gchar *format,
                                                 ...);
+#endif
 
 void
 hildon_helper_set_thumb_scrollbar               (GtkScrolledWindow *win, 
@@ -63,4 +63,3 @@ G_END_DECLS
 
 #endif                                          /* __HILDON_HELPER_H__ */
 
-#endif                                          /* ENABLE_UNSTABLE_API */