diff gui/dialog/fileselect.c @ 36103:236d31040749

Revise signal callback function doxygen comments. Explain the function instead of the signal.
author ib
date Tue, 30 Apr 2013 13:10:27 +0000
parents 32a4d8f63ae3
children e5ce1d3bd82c
line wrap: on
line diff
--- a/gui/dialog/fileselect.c	Tue Apr 30 12:48:41 2013 +0000
+++ b/gui/dialog/fileselect.c	Tue Apr 30 13:10:27 2013 +0000
@@ -527,7 +527,8 @@
 }
 
 /**
- * @brief The "key-release-event" signal user function.
+ * @brief Handle the escape, return and backspace key depending on the
+ *        @a widget it has been pressed on.
  *
  * @param widget object which received the signal
  * @param event GdkEventKey which triggered the signal