mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
libgimpwidgets: GimpColorDisplay is an abstract class.
It is a shared API for subclasses and is not meant to be instanciated directly.
This commit is contained in:
@@ -90,7 +90,7 @@ static void gimp_color_display_set_color_managed (GimpColorDisplay *display,
|
||||
GimpColorManaged *managed);
|
||||
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GimpColorDisplay, gimp_color_display, G_TYPE_OBJECT,
|
||||
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GimpColorDisplay, gimp_color_display, G_TYPE_OBJECT,
|
||||
G_ADD_PRIVATE (GimpColorDisplay)
|
||||
G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG, NULL))
|
||||
|
||||
|
Reference in New Issue
Block a user