tiny tweak to object.h

all I managed before falling asleep, ha
This commit is contained in:
John Cupitt 2011-02-15 22:49:22 +00:00
parent 62836151d4
commit e59b74b646

View File

@ -34,6 +34,10 @@
extern "C" {
#endif /*__cplusplus*/
/* Handy!
*/
#define VIPS_UNREF( O ) IM_FREEF( g_object_unref, (O) )
typedef struct _VipsObject VipsObject;
typedef struct _VipsObjectClass VipsObjectClass;