stuff
This commit is contained in:
parent
f476da4e38
commit
24996fba76
2
TODO
2
TODO
@ -1,4 +1,4 @@
|
|||||||
|
- maybe IM_INTERPOLATE() isn't a good idea? maybe just IM_GOBJECT?
|
||||||
|
|
||||||
|
|
||||||
- try making vips_add(), an operator as a class
|
- try making vips_add(), an operator as a class
|
||||||
|
@ -30,8 +30,8 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
|
||||||
#define DEBUG
|
#define DEBUG
|
||||||
|
*/
|
||||||
|
|
||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include <config.h>
|
#include <config.h>
|
||||||
@ -1015,7 +1015,6 @@ vips_object_to_string_optional( VipsObject *object,
|
|||||||
void
|
void
|
||||||
vips_object_to_string( VipsObject *object, VipsBuf *buf )
|
vips_object_to_string( VipsObject *object, VipsBuf *buf )
|
||||||
{
|
{
|
||||||
VipsObjectClass *object_class = VIPS_OBJECT_GET_CLASS( object );
|
|
||||||
gboolean first;
|
gboolean first;
|
||||||
|
|
||||||
/* Nicknames are not guaranteed to be unique, so use the full type
|
/* Nicknames are not guaranteed to be unique, so use the full type
|
||||||
|
Loading…
Reference in New Issue
Block a user