libgimpwidgets: add a bunch of missing (transfer) annotations.

This commit is contained in:
Jehan 2019-08-01 13:06:35 +02:00
parent 9926e3fd96
commit ea53089545
11 changed files with 26 additions and 26 deletions

View file

@ -118,7 +118,7 @@ find_mnemonic_widget (GtkWidget *widget,
* Note that the @label_text can be %NULL and that the widget will be
* attached starting at (@column + 1) in this case, too.
*
* Returns: The created #GtkLabel.
* Returns: (transfer none): The created #GtkLabel.
**/
GtkWidget *
gimp_grid_attach_aligned (GtkGrid *grid,
@ -474,7 +474,7 @@ monitor_number (GdkMonitor *monitor)
*
* Since: 3.0
*
* Return value: the monitor's #GimpColorProfile, or %NULL.
* Return value: (transfer full): the monitor's #GimpColorProfile, or %NULL.
**/
GimpColorProfile *
gimp_monitor_get_color_profile (GdkMonitor *monitor)