]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-geometry.h
individual-menu: stop creating single_individual
[empathy.git] / libempathy-gtk / empathy-geometry.h
index 17c067de3c079a84c0616c8737321dec6d6a4251..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
@@ -32,7 +31,15 @@ G_BEGIN_DECLS
 void empathy_geometry_bind (GtkWindow *window,
     const gchar *name);
 
-void empathy_geometry_unbind (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