mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-03 09:23:24 +00: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:
parent
ba3f0c73a4
commit
85c989da1e
1 changed files with 3 additions and 3 deletions
|
@ -90,9 +90,9 @@ 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_ADD_PRIVATE (GimpColorDisplay)
|
||||
G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG, NULL))
|
||||
G_DEFINE_ABSTRACT_TYPE_WITH_CODE (GimpColorDisplay, gimp_color_display, G_TYPE_OBJECT,
|
||||
G_ADD_PRIVATE (GimpColorDisplay)
|
||||
G_IMPLEMENT_INTERFACE (GIMP_TYPE_CONFIG, NULL))
|
||||
|
||||
#define parent_class gimp_color_display_parent_class
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue