diff options
Diffstat (limited to 'libempathy-gtk/empathy-geometry.h')
-rw-r--r-- | libempathy-gtk/empathy-geometry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-geometry.h b/libempathy-gtk/empathy-geometry.h index 17c067de3..80ea92ebf 100644 --- a/libempathy-gtk/empathy-geometry.h +++ b/libempathy-gtk/empathy-geometry.h @@ -32,7 +32,8 @@ 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); G_END_DECLS |