aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_win.h
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-06-02 18:44:10 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-06-02 18:44:10 +0000
commitd643814e7e09d14ae7b4899da8091ef405c6c67a (patch)
tree9e96e1f2537ef66861517c1b0f723865220d8bfc /gtk/packet_win.h
parent92ddb18b8c6512e6525647b2d90c31f35002cc82 (diff)
add details for doxygen
svn path=/trunk/; revision=11074
Diffstat (limited to 'gtk/packet_win.h')
-rw-r--r--gtk/packet_win.h15
1 files changed, 11 insertions, 4 deletions
diff --git a/gtk/packet_win.h b/gtk/packet_win.h
index 86797e2765..7f5d711dd2 100644
--- a/gtk/packet_win.h
+++ b/gtk/packet_win.h
@@ -3,7 +3,7 @@
*
* Copyright 2000, Jeffrey C. Foster <jfoste@woodward.com>
*
- * $Id: packet_win.h,v 1.9 2002/09/21 11:36:27 oabad Exp $
+ * $Id: packet_win.h,v 1.10 2004/06/02 18:44:10 ulfl Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -27,10 +27,17 @@
#ifndef __PACKET_WIN_H__
#define __PACKET_WIN_H__
-/* Create a new packet window. */
-extern void new_window_cb(GtkWidget *w);
+/** @file
+ * Pop up a window to display the current packet only.
+ */
+
+/** Create a new packet window.
+ *
+ * @param widget parent widget (unused)
+ */
+extern void new_window_cb(GtkWidget *widget);
-/* Redraw the hex dump panes of all packet windows. */
+/** Redraw the hex dump panes of all packet windows. */
void redraw_hex_dump_packet_wins(void);
#endif