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 610257 - Patch to make GTK-DOC notice functions/variables with 'signed' prototypes
Patch to make GTK-DOC notice functions/variables with 'signed' prototypes
Status: RESOLVED FIXED
Product: gtk-doc
Classification: Platform
Component: general
unspecified
Other Linux
: Normal normal
: 1.14
Assigned To: gtk-doc maintainers
gtk-doc maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-17 12:29 UTC by Simon Josefsson
Modified: 2010-02-17 14:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to fix bug report (8.03 KB, patch)
2010-02-17 12:31 UTC, Simon Josefsson
committed Details | Review

Description Simon Josefsson 2010-02-17 12:29:40 UTC
In GNU Libtasn1 there is a function like this:

  signed long
  asn1_get_length_der (const unsigned char *der, int der_len, int *len);

This function is completely ignored by GTK-DOC, and the reason appears to be the 'signed' keyword.  The attached patch fixes this.

Thanks,
Simon
Comment 1 Simon Josefsson 2010-02-17 12:31:59 UTC
Created attachment 154025 [details] [review]
Patch to fix bug report
Comment 2 Stefan Sauer (gstreamer, gtkdoc dev) 2010-02-17 13:22:35 UTC
commit 9fb8c523e3ce0121117db857f04815ab307437e9
Author: Simon Josefsson <simon@josefsson.org>
Date:   Wed Feb 17 13:30:47 2010 +0100

    gtkdoc-mkdb/mktmpl/scan: Handle 'signed' keywords too. Fixes #610257.
    
    Add signed keyword to regexps. Add a test.
Comment 3 Simon Josefsson 2010-02-17 14:23:08 UTC
That was quick, thank you Stefan.

/Simon