GNOME Bugzilla – Bug 747466
Many function signatures missing final parameter in docs
Last modified: 2015-04-08 18:43:20 UTC
Many of the function signatures are shown incorrectly in the online documentation because their last parameter is missing. However, the missing parameters are included in the descriptiosn below. For example, vte_terminal_feed is shown as 'void vte_terminal_feed (VteTerminal *terminal, const char *data);' but it should have a 3rd parameter 'length' which is described below, but missing its type. The documentation for 0.38 and 0.40 are both affected, but 0.36 seems OK.
See bug 742501 (and the bugs linked from there). Allegedly gtk-doc 1.22 would fix it, but they didn't do a release along with Gnome 3.16 :(
I filed bug 747527. Marking this one as fixed / obsolete / dupe of that / dupe of the original / picking one of these at random; really not sure which would be the right one :) *** This bug has been marked as a duplicate of bug 742501 ***