aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/proto_dlg.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-02 20:14:51 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-02 20:14:51 +0000
commiteacfa531057a560d623f75c6e3e81cff109774a6 (patch)
treef7bb6666a2274e9b9b3ee4b9bd4624ca82a8ca7c /gtk/proto_dlg.h
parent782e8b798baf2abda1d12679822e92763879a598 (diff)
add details for doxygen
svn path=/trunk/; revision=11076
Diffstat (limited to 'gtk/proto_dlg.h')
-rw-r--r--gtk/proto_dlg.h13
1 files changed, 11 insertions, 2 deletions
diff --git a/gtk/proto_dlg.h b/gtk/proto_dlg.h
index 48c15d0d17..e6844cf8cb 100644
--- a/gtk/proto_dlg.h
+++ b/gtk/proto_dlg.h
@@ -1,6 +1,6 @@
/* proto_dlg.h
*
- * $Id: proto_dlg.h,v 1.3 2003/01/26 19:35:31 deniel Exp $
+ * $Id: proto_dlg.h,v 1.4 2004/06/02 20:14:51 ulfl Exp $
*
* Laurent Deniel <laurent.deniel@free.fr>
*
@@ -27,6 +27,15 @@
#ifndef __PROTO_DLG_H__
#define __PROTO_DLG_H__
-void proto_cb(GtkWidget *, gpointer);
+/** @file
+ * "Enabled Protocols" dialog box.
+ */
+
+/** Show the enabled protocols dialog.
+ *
+ * @param widget parent widget (unused)
+ * @param data unused
+ */
+void proto_cb(GtkWidget *widget, gpointer data);
#endif