fix typo in VIPS_ARG_POINTER
thanks Fingolfin1196 ! see https://github.com/libvips/libvips/issues/1187
This commit is contained in:
parent
9303e382c1
commit
99c0a674a4
@ -233,7 +233,7 @@ VIPS_ARGUMENT_OPTIONAL_OUTPUT Eg. the x pos of the image minimum
|
||||
\
|
||||
pspec = g_param_spec_pointer( (NAME), (LONG), (DESC), \
|
||||
(GParamFlags) (G_PARAM_READWRITE) ); \
|
||||
g_object_class_install_property( gobject_class, \
|
||||
g_object_class_install_property( G_OBJECT_CLASS( CLASS ), \
|
||||
vips_argument_get_id(), pspec ); \
|
||||
vips_object_class_install_argument( VIPS_OBJECT_CLASS( CLASS ), \
|
||||
pspec, (VipsArgumentFlags) (FLAGS), (PRIORITY), (OFFSET) ); \
|
||||
|
Loading…
x
Reference in New Issue
Block a user