[GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter
Kevin Buckley
kevin.m.buckley at gmail.com
Sun Feb 27 02:47:09 EST 2022
This stanza in gnucash/gnome-utils/gnc-plugin-page.h
/** Set the color of this page. This is the color string used
* in the notebook tab.
*
* @param page The page whose name should be retrieved.
*
* @param The color for this page. This string is owned by the page and
* should not be freed by the caller.
*/
void gnc_plugin_page_set_page_color (GncPluginPage *page, const char *color);
appears to be missing the parameter name color
Line 408 should presumably be
* @param color The color for this page. This string is owned by the page and
HTH
More information about the gnucash-devel
mailing list