aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-irc-network-dialog.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <gdesmott@gnome.org>2008-02-11 05:27:16 +0800
committerGuillaume Desmottes <gdesmott@gnome.org>2008-02-11 05:27:16 +0800
commit75eb1cacc22921341fc2779682d608508a3f764b (patch)
tree644d3639d20c5aa09cd64f3a7b367e628161cea5 /libempathy-gtk/empathy-irc-network-dialog.c
parent71c6950865d455ecec3f9e1b70588de3e2f083d1 (diff)
downloadgsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar.gz
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar.bz2
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar.lz
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar.xz
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.tar.zst
gsoc2013-empathy-75eb1cacc22921341fc2779682d608508a3f764b.zip
document empathy_irc_network_dialog_show
Diffstat (limited to 'libempathy-gtk/empathy-irc-network-dialog.c')
-rw-r--r--libempathy-gtk/empathy-irc-network-dialog.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-irc-network-dialog.c b/libempathy-gtk/empathy-irc-network-dialog.c
index d3e54284f..075ccef71 100644
--- a/libempathy-gtk/empathy-irc-network-dialog.c
+++ b/libempathy-gtk/empathy-irc-network-dialog.c
@@ -441,6 +441,17 @@ change_network (EmpathyIrcNetworkDialog *dialog,
irc_network_dialog_setup (dialog);
}
+/**
+ * empathy_irc_network_dialog_show:
+ * @network: the #EmpathyIrcNetwork to configure
+ * @parent: the parent of this dialog
+ *
+ * Display a dialog to configure a given #EmpathyIrcNetwork.
+ * This function is a singleton so if a configuration dialog already
+ * exists we use this one to edit the network.
+ *
+ * Returns: The displayed #GtkDialog
+ */
GtkWidget *
empathy_irc_network_dialog_show (EmpathyIrcNetwork *network,
GtkWidget *parent)