Add HildonAppMenu::changed signal
[hildon] / hildon / hildon-private.h
index 67b79f4..53328e5 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is a part of hildon
  *
- * Copyright (C) 2005, 2006 Nokia Corporation, all rights reserved.
+ * Copyright (C) 2005, 2006, 2009 Nokia Corporation, all rights reserved.
  *
  * Contact: Rodrigo Novo <rodrigo.novo@nokia.com>
  *
  *
  */
 
-#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 */