After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 141869 - Poor error generated when faced with a type declared as 'unsigned'
Poor error generated when faced with a type declared as 'unsigned'
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other other
: Normal normal
: 1.9
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2004-05-05 05:51 UTC by Jody Goldberg
Modified: 2007-09-22 19:09 UTC
See Also:
GNOME target: 2.20.x
GNOME version: ---



Description Jody Goldberg 2004-05-05 05:51:40 UTC
gtk-doc complains that the argument is not specified.
Comment 1 Damon Chaplin 2004-10-15 22:47:45 UTC
Yes, I can reproduce this. It happens with something like this:

gboolean   gtk_widget_can_activate_accel  (GtkWidget           *widget,
                                           unsigned             signal_id);

gtk-doc expects 'unsigned int' to be used instead.
It may be a bit awkward to fix. I'm not sure.
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-15 09:48:26 UTC
Confirmed. It says:
WARNING: Parameter described in source code comment block but does not exist -
         FUNCTION: gtk_widget_can_activate_accel Parameter: signal_id.
Comment 3 Stefan Sauer (gstreamer, gtkdoc dev) 2007-07-15 10:47:21 UTC
2007-07-15  Stefan Kost  <ensonic@users.sf.net>

	* gtkdoc-mkdb.in:
	* gtkdoc-mktmpl.in:
	Handle signed/unsigned without int. Fixes #141869.