Update python binding
[empathy.git] / libempathy-gtk / empathy-spell-dialog.h
blobce0218812ebb7e613434f6aa0b9cb6e910e8fdb5
1 /* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2 /*
3 * Copyright (C) 2004-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., 59 Temple Place - Suite 330,
18 * Boston, MA 02111-1307, USA.
20 * Authors: Martyn Russell <martyn@imendio.com>
21 * Richard Hult <richard@imendio.com>
24 #ifndef __EMPATHY_SPELL_DIALOG_H__
25 #define __EMPATHY_SPELL_DIALOG_H__
27 #include <gtk/gtktextiter.h>
28 #include "empathy-chat.h"
30 G_BEGIN_DECLS
32 void empathy_spell_dialog_show (EmpathyChat *chat,
33 GtkTextIter *start,
34 GtkTextIter *end,
35 const gchar *word);
37 G_END_DECLS
39 #endif /* __EMPATHY_SPELL_DIALOG_H__ */