aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/gossip-account-widget-jabber.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-04-30 05:30:25 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-04-30 05:30:25 +0800
commit2641d1b02dbc27d9ef213724ee7f2e974e3ec77b (patch)
tree7c69c351d9e5bffa4fe47acb376228512ee0098c /libempathy-gtk/gossip-account-widget-jabber.h
parent3e0960a8f543917145421d44a208177289028121 (diff)
downloadgsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar.gz
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar.bz2
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar.lz
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar.xz
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.tar.zst
gsoc2013-empathy-2641d1b02dbc27d9ef213724ee7f2e974e3ec77b.zip
[darcs-to-svn @ Adding jabber specific settings widget]
svn path=/trunk/; revision=10
Diffstat (limited to 'libempathy-gtk/gossip-account-widget-jabber.h')
-rw-r--r--libempathy-gtk/gossip-account-widget-jabber.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/libempathy-gtk/gossip-account-widget-jabber.h b/libempathy-gtk/gossip-account-widget-jabber.h
new file mode 100644
index 000000000..b491e4882
--- /dev/null
+++ b/libempathy-gtk/gossip-account-widget-jabber.h
@@ -0,0 +1,34 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * Copyright (C) 2005-2007 Imendio AB
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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
+ * General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public
+ * License along with this program; if not, write to the
+ * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+ * Boston, MA 02111-1307, USA.
+ *
+ * Authors: Martyn Russell <martyn@imendio.com>
+ */
+
+#ifndef __GOSSIP_ACCOUNT_WIDGET_JABBER_H__
+#define __GOSSIP_ACCOUNT_WIDGET_JABBER_H__
+
+#include <libmissioncontrol/mc-account.h>
+
+G_BEGIN_DECLS
+
+GtkWidget *gossip_account_widget_jabber_new (McAccount *account);
+
+G_END_DECLS
+
+#endif /* __GOSSIP_ACCOUNT_WIDGET_JABBER_H__ */