aboutsummaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2004-10-27 04:45:00 +0000
committerUlf Lamping <ulf.lamping@web.de>2004-10-27 04:45:00 +0000
commite0bbf855d9f0fd59028cbca824843d8c780d99be (patch)
treee38f7fb774bd0c7c883786c7b4b995e3613508c6 /gtk
parent5fed058707599c2f225dc2288f3d1b6081628419 (diff)
fix doxygen tags
svn path=/trunk/; revision=12404
Diffstat (limited to 'gtk')
-rw-r--r--gtk/help_dlg.h2
-rw-r--r--gtk/main.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/help_dlg.h b/gtk/help_dlg.h
index b2a21cb454..c21b9ef14c 100644
--- a/gtk/help_dlg.h
+++ b/gtk/help_dlg.h
@@ -90,7 +90,7 @@ url_page_action(url_page_action_e action);
* @param action the page to show
*/
extern void
-url_page_cb(GtkWidget *w _U_, url_page_action_e action);
+url_page_cb(GtkWidget *widget _U_, url_page_action_e action);
/** User requested one of the html pages by menu.
*
diff --git a/gtk/main.h b/gtk/main.h
index 3cd7339081..a84ea22e8d 100644
--- a/gtk/main.h
+++ b/gtk/main.h
@@ -238,7 +238,7 @@ extern gboolean main_filter_packets(capture_file *cf, const gchar *dftext,
gboolean force);
/** Open a new file coming from drag and drop.
- * @param cf_name the new capture filename
+ * @param selection_data the selection data reported from GTK
*/
extern void dnd_open_file_cmd(GtkSelectionData *selection_data);