mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets: add a bunch of missing (transfer) annotations.
This commit is contained in:
parent
9926e3fd96
commit
ea53089545
11 changed files with 26 additions and 26 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue