mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets: add documentation for many functions and fix...
... an annotation. s/(transfer-none)/(transfer none)/ For the "Since:" value, I did some git log archeology. Hopefully I got these right.
This commit is contained in:
parent
3a4b17e8b5
commit
19fbb1d9a8
4 changed files with 130 additions and 1 deletions
|
@ -581,6 +581,17 @@ gimp_monitor_get_color_profile (GdkMonitor *monitor)
|
|||
return profile;
|
||||
}
|
||||
|
||||
/**
|
||||
* gimp_widget_get_color_profile:
|
||||
* @monitor: a #GdkMonitor
|
||||
*
|
||||
* This function returns the #GimpColorProfile of the monitor @widget is
|
||||
* currently displayed on, or %NULL if there is no profile configured.
|
||||
*
|
||||
* Since: 3.0
|
||||
*
|
||||
* Return value: (transfer full): @widget's monitor's #GimpColorProfile, or %NULL.
|
||||
**/
|
||||
GimpColorProfile *
|
||||
gimp_widget_get_color_profile (GtkWidget *widget)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue