libgimpwidgets: fix a copy-paste bug in function docs.

This commit is contained in:
Jehan
2019-08-02 23:12:50 +02:00
parent 04598b1522
commit 6a1df5be31

View File

@ -583,7 +583,7 @@ gimp_monitor_get_color_profile (GdkMonitor *monitor)
/** /**
* gimp_widget_get_color_profile: * gimp_widget_get_color_profile:
* @monitor: a #GdkMonitor * @widget: a #GtkWidget
* *
* This function returns the #GimpColorProfile of the monitor @widget is * This function returns the #GimpColorProfile of the monitor @widget is
* currently displayed on, or %NULL if there is no profile configured. * currently displayed on, or %NULL if there is no profile configured.