mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Fix function documentation
As pointed out by Kevin Buckley
This commit is contained in:
parent
6d1c9b534a
commit
25181a6c01
@ -416,7 +416,7 @@ const gchar *gnc_plugin_page_get_page_color (GncPluginPage *page);
|
||||
*
|
||||
* @param page The page whose name should be retrieved.
|
||||
*
|
||||
* @param The color for this page. This string is owned by the page and
|
||||
* @param color 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);
|
||||
|
Loading…
Reference in New Issue
Block a user