This commit is contained in:
John Cupitt 2012-01-17 11:14:15 +00:00
parent 5fd317941d
commit 1583000298
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ extern "C" {
#define im__end_eval vips_image_posteval
#define im_invalidate vips_image_invalidate_all
#define im_isfile vips_image_isfile
#define im_printdesc( I ) vips_object_print( VIPS_OBJECT( I ) )
#define im_printdesc( I ) vips_object_print_dump( VIPS_OBJECT( I ) )
#define im_openout( F ) vips_image_new_mode( F, "w" )
#define im_setbuf( F ) vips_image_new( "t" )

View File

@ -172,7 +172,7 @@ list_class( GType type )
for( i = 0; i < depth * 2; i++ )
printf( " " );
vips_object_print_class(
vips_object_print_summary_class(
VIPS_OBJECT_CLASS( g_type_class_ref( type ) ) );
return( NULL );