* examples/hildon-stackable-window-example.c (new_window): * src/Makefile.am (noinst_...
[hildon] / src / hildon-program.h
index d341f0e..c2460e4 100644 (file)
@@ -8,7 +8,7 @@
  * 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; version 2.1 of
- * the License.
+ * the License, or (at your option) any later version.
  *
  * This library is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -70,7 +70,7 @@ struct                                          _HildonProgramClass
     void (*_hildon_reserved4)(void);
 };
 
-GType
+GType G_GNUC_CONST
 hildon_program_get_type                         (void);
 
 HildonProgram*
@@ -86,7 +86,7 @@ hildon_program_remove_window                    (HildonProgram *self,
 
 void
 hildon_program_set_can_hibernate                (HildonProgram *self, 
-                                                 gboolean killable);
+                                                 gboolean can_hibernate);
 
 gboolean
 hildon_program_get_can_hibernate                (HildonProgram *self);
@@ -108,6 +108,9 @@ hildon_program_get_common_toolbar               (HildonProgram *self);
 gboolean
 hildon_program_get_is_topmost                   (HildonProgram *self);
 
+void
+hildon_program_go_to_root_window                (HildonProgram *self);
+
 G_END_DECLS
 
 #endif                                          /* __HILDON_PROGRAM_H__ */