Add HildonAppMenu::changed signal
[hildon] / hildon / hildon-private.h
index 8302025..53328e5 100644 (file)
  *
  */
 
-#ifndef                                         HILDON_DISABLE_DEPRECATED
-
 #ifndef                                         __HILDON_PRIVATE_H__
 #define                                         __HILDON_PRIVATE_H__
 
 #include                                        <gtk/gtk.h>
+#include <X11/Xatom.h>
+#include <gdk/gdkx.h>
 
 G_BEGIN_DECLS
 
+#ifndef                                         HILDON_DISABLE_DEPRECATED
+
 gboolean G_GNUC_INTERNAL
 hildon_private_composite_focus                  (GtkWidget *widget, 
                                                  GtkDirectionType direction,
                                                  GtkDirectionType *effective_direction);
 
+#endif                                          /* HILDON_DISABLE_DEPRECATED */
+
 G_GNUC_INTERNAL GtkWidget *
 hildon_private_create_animation                 (gfloat       framerate,
                                                  const gchar *template,
                                                  gint         nframes);
 
+G_GNUC_INTERNAL void
+hildon_gtk_window_set_clear_window_flag                           (GtkWindow   *window,
+                                                                   const gchar *atomname,
+                                                                   Atom         xatom,
+                                                                   gboolean     flag);
+
+typedef void (*HildonFlagFunc) (GtkWindow *window, gpointer userdata);
+
+G_GNUC_INTERNAL void
+hildon_gtk_window_set_flag                                        (GtkWindow      *window,
+                                                                   HildonFlagFunc  func,
+                                                                   gpointer        userdata);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_PRIVATE_H__ */
-
-#endif                                          /* HILDON_DISABLE_DEPRECATED */