aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-skype.h
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2011-03-09 09:07:38 +0800
committerEmilio Pozuelo Monfort <emilio.pozuelo@collabora.co.uk>2011-04-08 18:41:27 +0800
commit14aba73c3467f44f3a4f9b786a82f160e08ffcc4 (patch)
tree233144dc987f1f2bd9dc1ecada87b9efecf0b4c8 /libempathy-gtk/empathy-account-widget-skype.h
parent5d5f9be3cf6033049908b13a4d10768672db94e4 (diff)
downloadgsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar.gz
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar.bz2
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar.lz
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar.xz
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.tar.zst
gsoc2013-empathy-14aba73c3467f44f3a4f9b786a82f160e08ffcc4.zip
Move empathy-account-widget-skype into its own file
Diffstat (limited to 'libempathy-gtk/empathy-account-widget-skype.h')
-rw-r--r--libempathy-gtk/empathy-account-widget-skype.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-skype.h b/libempathy-gtk/empathy-account-widget-skype.h
new file mode 100644
index 000000000..46f70d04e
--- /dev/null
+++ b/libempathy-gtk/empathy-account-widget-skype.h
@@ -0,0 +1,34 @@
+/*
+ * Copyright (C) 2011 Collabora Ltd.
+ *
+ * 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: Danielle Madeley <danielle.madeley@collabora.co.uk>
+ */
+
+#ifndef __EMPATHY_ACCOUNT_WIDGET_SKYPE_H__
+#define __EMPATHY_ACCOUNT_WIDGET_SKYPE_H__
+
+#include <gtk/gtk.h>
+#include <libempathy-gtk/empathy-account-widget.h>
+
+G_BEGIN_DECLS
+
+void empathy_account_widget_build_skype (EmpathyAccountWidget *self,
+ const char *filename);
+
+G_END_DECLS
+
+#endif /* __EMPATHY_ACCOUNT_WIDGET_SKYPE_H__ */