I had only looked in line 408:
* @return The color for this page. This string is owned by the page and
not 419:
* @param The color for this page. This string is owned by the page and
Am 01.03.22 um 06:55 schrieb john:
>
>
>> On Feb 28, 2022, at 9:26 PM, Frank H. Ellenberger
>> wrote:
>>
>
Thanks,
I have pushed your suggested fix to maint.
Regards,
Geert
Op zondag 27 februari 2022 08:47:09 CET schreef Kevin Buckley:
> 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.
> *
> * @para
> On Feb 28, 2022, at 9:26 PM, Frank H. Ellenberger
> wrote:
>
> 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
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
parame
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 fre