]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-geometry.h
Center the 'smiley images' inside the menu items
[empathy.git] / libempathy-gtk / empathy-geometry.h
index 80ea92ebf5940f41f5a4cb83385cce2fa3a42cf9..e1412ab8a23e4afe4cdbc5331911ee62351c5599 100644 (file)
@@ -24,7 +24,6 @@
 #ifndef __EMPATHY_GEOMETRY_H__
 #define __EMPATHY_GEOMETRY_H__
 
-#include <glib.h>
 #include <gtk/gtk.h>
 
 G_BEGIN_DECLS
@@ -35,6 +34,13 @@ void empathy_geometry_bind (GtkWindow *window,
 void empathy_geometry_unbind (GtkWindow *window,
     const gchar *name);
 
+void empathy_geometry_save_values (GtkWindow *window,
+    gint x,
+    gint y,
+    gint w,
+    gint h,
+    gboolean maximized);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_GEOMETRY_H__ */