Fix function documentation

As pointed out by Kevin Buckley
This commit is contained in:
Geert Janssens 2022-03-01 10:37:06 +01:00
parent 6d1c9b534a
commit 25181a6c01

View File

@ -416,7 +416,7 @@ const gchar *gnc_plugin_page_get_page_color (GncPluginPage *page);
* *
* @param page The page whose name should be retrieved. * @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. * should not be freed by the caller.
*/ */
void gnc_plugin_page_set_page_color (GncPluginPage *page, const char *color); void gnc_plugin_page_set_page_color (GncPluginPage *page, const char *color);