aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-geometry.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-16 20:20:07 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-11-16 20:35:32 +0800
commit2db2d8648b9f1ef1529c0b83fae9b47af504d63a (patch)
tree8dcb93b0861c0a4d6004b852f2a251e6d0be8d5c /libempathy-gtk/empathy-geometry.h
parent13b916845f7bd4762e2709a99456986bde12b3d9 (diff)
downloadgsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar.gz
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar.bz2
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar.lz
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar.xz
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.tar.zst
gsoc2013-empathy-2db2d8648b9f1ef1529c0b83fae9b47af504d63a.zip
geometry: port to TP coding style
Most of the file has been rewrite anyway.
Diffstat (limited to 'libempathy-gtk/empathy-geometry.h')
-rw-r--r--libempathy-gtk/empathy-geometry.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-geometry.h b/libempathy-gtk/empathy-geometry.h
index 2bb923b6c..dc8fab650 100644
--- a/libempathy-gtk/empathy-geometry.h
+++ b/libempathy-gtk/empathy-geometry.h
@@ -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.
@@ -31,13 +30,13 @@
G_BEGIN_DECLS
void empathy_geometry_save (GtkWindow *window,
- const gchar *name);
+ const gchar *name);
void empathy_geometry_load (GtkWindow *window,
- const gchar *name);
+ const gchar *name);
void empathy_geometry_bind (GtkWindow *window,
- const gchar *name);
+ const gchar *name);
void empathy_geometry_unbind (GtkWindow *window);