aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/libempathy-gtk/empathy-profile-chooser.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:36:33 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-05-17 00:36:33 +0800
commit2fa6db9433540394d8149609498cca5ddc9df54b (patch)
treee2a0f43e5054c4f2b2142406bf1a2f79adf23983 /trunk/libempathy-gtk/empathy-profile-chooser.h
parent7308e23186a01d08d29683aeeeba6cb198a834fa (diff)
downloadgsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.gz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.bz2
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.lz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.xz
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.tar.zst
gsoc2013-empathy-2fa6db9433540394d8149609498cca5ddc9df54b.zip
Tagged for release 0.23.2.EMPATHY_0_23_2
svn path=/tags/EMPATHY_0_23_2/; revision=1106
Diffstat (limited to 'trunk/libempathy-gtk/empathy-profile-chooser.h')
-rw-r--r--trunk/libempathy-gtk/empathy-profile-chooser.h34
1 files changed, 34 insertions, 0 deletions
diff --git a/trunk/libempathy-gtk/empathy-profile-chooser.h b/trunk/libempathy-gtk/empathy-profile-chooser.h
new file mode 100644
index 000000000..8cdc33d67
--- /dev/null
+++ b/trunk/libempathy-gtk/empathy-profile-chooser.h
@@ -0,0 +1,34 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
+/*
+ * Copyright (C) 2007-2008 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: Xavier Claessens <xclaesse@gmail.com>
+ */
+
+#ifndef __EMPATHY_PROTOCOL_CHOOSER_H__
+#define __EMPATHY_PROTOCOL_CHOOSER_H__
+
+#include <libmissioncontrol/mc-profile.h>
+
+G_BEGIN_DECLS
+
+GtkWidget * empathy_profile_chooser_new (void);
+McProfile * empathy_profile_chooser_get_selected (GtkWidget *widget);
+gint empathy_profile_chooser_n_profiles (GtkWidget *widget);
+
+G_END_DECLS
+#endif /* __EMPATHY_PROTOCOL_CHOOSER_H__ */