oops
This commit is contained in:
parent
5fd317941d
commit
1583000298
@ -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" )
|
||||
|
||||
|
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user