]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-geometry.h
Be more compatible with Facebook emoticon codes
[empathy.git] / libempathy-gtk / empathy-geometry.h
index 2bb923b6c8b9aaba9e31502be0f7daf79117cc87..e1412ab8a23e4afe4cdbc5331911ee62351c5599 100644 (file)
@@ -1,4 +1,3 @@
-/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
 /*
  * Copyright (C) 2006-2007 Imendio AB
  * Copyright (C) 2007-2008 Collabora Ltd.
 #ifndef __EMPATHY_GEOMETRY_H__
 #define __EMPATHY_GEOMETRY_H__
 
-#include <glib.h>
 #include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
-void empathy_geometry_save (GtkWindow *window,
-                           const gchar *name);
-
-void empathy_geometry_load (GtkWindow *window,
-                           const gchar *name);
-
 void empathy_geometry_bind (GtkWindow *window,
-                           const gchar *name);
+    const gchar *name);
+
+void empathy_geometry_unbind (GtkWindow *window,
+    const gchar *name);
 
-void empathy_geometry_unbind (GtkWindow *window);
+void empathy_geometry_save_values (GtkWindow *window,
+    gint x,
+    gint y,
+    gint w,
+    gint h,
+    gboolean maximized);
 
 G_END_DECLS