aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-02-11 05:12:30 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-02-11 05:12:30 +0800
commit9d9c51672f1cc4436479ef2bf15b95e1b714050a (patch)
tree540c06825e94155065dcaf77ff2f2688894c6c66 /libempathy-gtk
parent245d9cf2bfa8b3abe6f56dfecdbbc7fe2b3284b2 (diff)
downloadgsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar.gz
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar.bz2
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar.lz
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar.xz
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.tar.zst
gsoc2013-empathy-9d9c51672f1cc4436479ef2bf15b95e1b714050a.zip
document empathy_account_widget_irc_new
Diffstat (limited to 'libempathy-gtk')
-rw-r--r--libempathy-gtk/empathy-account-widget-irc.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-account-widget-irc.c b/libempathy-gtk/empathy-account-widget-irc.c
index 23a226bf7..7f2f186c2 100644
--- a/libempathy-gtk/empathy-account-widget-irc.c
+++ b/libempathy-gtk/empathy-account-widget-irc.c
@@ -409,6 +409,14 @@ account_widget_irc_setup (EmpathyAccountWidgetIrc *settings)
g_free (charset);
}
+/**
+ * empathy_account_widget_irc_new:
+ * @account: the #McAccount to configure
+ *
+ * Creates a new IRC account widget to configure a given #McAccount
+ *
+ * Returns: The toplevel container of the configuration widget
+ */
GtkWidget *
empathy_account_widget_irc_new (McAccount *account)
{