Re: [GNC-dev] gnucash/gnome-utils/gnc-plugin-page.h missing a documentation parameter
"Frank H. Ellenberger" <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.gnucash.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Kevin, Am 27.02.22 um 08:47 schrieb Kevin Buckley: > 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 np, it is the return value. Because a function can have multiple parameeters you have to name them. But there is only one return value. Regards Frank