Hi,

If the following patch was applied, there are error I couldn't
find valid format.

src/lib/misc.c:2022: Warning: argument `signo' of command @param
is not found in the argument list of set_signal()
src/lib/misc.c:2022: Warning: argument `handler' of command @param
is not found in the argument list of set_signal()

Index: ui/gtk/main.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/ui/gtk/main.c,v
retrieving revision 1.14
diff -u -r1.14 main.c
--- ui/gtk/main.c   24 Jan 2005 16:49:55 -0000  1.14
+++ ui/gtk/main.c   25 Jan 2005 08:52:32 -0000
@@ -428,7 +428,7 @@
  * - $HOME/.gtkrc
  * - $HOME/.gtk/gtkrc
  * - $HOME/.gtk1/gtkrc ($HOME/.gtk2/gtkrc if GTK2 interface is used)
- * - <GTK_GNUTELLA_SETTINGS_DIR>/gtkrc
+ * - $GTK_GNUTELLA_SETTINGS_DIR/gtkrc
  * - ./gtkrc
  * Where the last one can overrule settings from earlier resource files.
  */
Index: ui/gtk/search_xml.c
===================================================================
RCS file: /cvsroot/gtk-gnutella/gtk-gnutella-current/src/ui/gtk/search_xml.c,v
retrieving revision 1.10
diff -u -r1.10 search_xml.c
--- ui/gtk/search_xml.c 22 Jan 2005 03:55:12 -0000  1.10
+++ ui/gtk/search_xml.c 25 Jan 2005 08:52:32 -0000
@@ -284,7 +284,7 @@
 /**
  * Creates a string representation of a ``target''.
  *
- * @target a filter target
+ * @param target a filter target
  * @return a static buffer holding the string representation
  */
 static const xmlChar *
@@ -314,7 +314,7 @@
  * xmlSetProp() directly instead.
  *
  * @param node the node
- * @param the attribute name
+ * @param name the attribute name
  * @param fmt the format string
  * @return the result of xmlSetProp().
  */


Thanks.
-- 
Daichi


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
Gtk-gnutella-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk-gnutella-devel

Reply via email to