diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 16:34:52 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-04-16 16:34:52 +0800 |
commit | 4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61 (patch) | |
tree | 74e9c532bc5c6ebfc513130b2089224e7c6b33d0 /libempathy-gtk/empathy-account-widget-sip.h | |
parent | 1fb789dc9ae695a476b6a3d7a9db0b15b41e33e5 (diff) | |
download | gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar.gz gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar.bz2 gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar.lz gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar.xz gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.tar.zst gsoc2013-empathy-4d4e4d4d9cdfb913b9f93e37cff4fa7a2227eb61.zip |
Simplify SIP account config UI. Fixes bug #527452 (Frederic Peters).
svn path=/trunk/; revision=948
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-sip.h')
-rw-r--r-- | libempathy-gtk/empathy-account-widget-sip.h | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-sip.h b/libempathy-gtk/empathy-account-widget-sip.h new file mode 100644 index 000000000..7e8e5a216 --- /dev/null +++ b/libempathy-gtk/empathy-account-widget-sip.h @@ -0,0 +1,33 @@ +/* + * Copyright (C) 2007-2008 Guillaume Desmottes + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * + * Authors: Frederic Peters <fpeters@0d.be> + */ + +#ifndef __EMPATHY_ACCOUNT_WIDGET_SIP_H__ +#define __EMPATHY_ACCOUNT_WIDGET_SIP_H__ + +#include <gtk/gtkwidget.h> +#include <libmissioncontrol/mc-account.h> + +G_BEGIN_DECLS + +GtkWidget * empathy_account_widget_sip_new (McAccount *account); + +G_END_DECLS + +#endif /* __EMPATHY_ACCOUNT_WIDGET_SIP_H__ */ |