Don't repeat a tooltip format string
[empathy-mirror.git] / src / empathy-preferences.h
blob6cc86d1d6f5d736db6476e324946a1e25199f351
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * Copyright (C) 2003-2007 Imendio AB
5 * This program is free software; you can redistribute it and/or
6 * modify it under the terms of the GNU General Public License as
7 * published by the Free Software Foundation; either version 2 of the
8 * License, or (at your option) any later version.
10 * This program is distributed in the hope that it will be useful,
11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 * General Public License for more details.
15 * You should have received a copy of the GNU General Public
16 * License along with this program; if not, write to the
17 * Free Software Foundation, Inc., 51 Franklin St, Fifth Floor,
18 * Boston, MA 02110-1301 USA
20 * Authors: Mikael Hallendal <micke@imendio.com>
21 * Richard Hult <richard@imendio.com>
22 * Martyn Russell <martyn@imendio.com>
25 #ifndef __EMPATHY_PREFERENCES_H__
26 #define __EMPATHY_PREFERENCES_H__
28 #include <gtk/gtkwindow.h>
30 G_BEGIN_DECLS
32 GtkWidget * empathy_preferences_show (GtkWindow *parent);
34 G_END_DECLS
36 #endif /* __EMPATHY_PREFERENCES_H__ */