mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 17:33:25 +00:00
libgimpwidgets: add GDestroyNotify to gimp_widget_track_monitor()
This commit is contained in:
parent
b4bccc9808
commit
1afb7a8b32
11 changed files with 21 additions and 14 deletions
|
@ -202,7 +202,7 @@ colorsel_water_init (ColorselWater *water)
|
|||
|
||||
gimp_widget_track_monitor (GTK_WIDGET (water),
|
||||
G_CALLBACK (colorsel_water_destroy_transform),
|
||||
NULL);
|
||||
NULL, NULL);
|
||||
}
|
||||
|
||||
static gdouble
|
||||
|
|
|
@ -242,7 +242,7 @@ gimp_color_wheel_init (GimpColorWheel *wheel)
|
|||
|
||||
gimp_widget_track_monitor (GTK_WIDGET (wheel),
|
||||
G_CALLBACK (gimp_color_wheel_destroy_transform),
|
||||
NULL);
|
||||
NULL, NULL);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue