| object.h | | object.h | |
| | | | |
| skipping to change at line 631 | | skipping to change at line 631 | |
| GType vips_type_find( const char *basename, const char *nickname ); | | GType vips_type_find( const char *basename, const char *nickname ); | |
| const char *vips_nickname_find( GType type ); | | const char *vips_nickname_find( GType type ); | |
| | | | |
| void *vips_class_map_all( GType type, VipsClassMapFn fn, void *a ); | | void *vips_class_map_all( GType type, VipsClassMapFn fn, void *a ); | |
| VipsObjectClass *vips_class_find( const char *basename, const char *nicknam
e ); | | VipsObjectClass *vips_class_find( const char *basename, const char *nicknam
e ); | |
| | | | |
| VipsObject **vips_object_local_array( VipsObject *parent, int n ); | | VipsObject **vips_object_local_array( VipsObject *parent, int n ); | |
| | | | |
| void vips_object_local_cb( VipsObject *vobject, GObject *gobject ); | | void vips_object_local_cb( VipsObject *vobject, GObject *gobject ); | |
| #define vips_object_local( V, G ) \ | | #define vips_object_local( V, G ) \ | |
|
| (g_signal_connect( V, "close", \ | | (g_signal_connect( V, "close", G_CALLBACK( vips_object_local_cb ), G | |
| G_CALLBACK( vips_object_local_cb ), G ), 0) | | )) | |
| | | | |
| void vips_object_set_static( VipsObject *object, gboolean static_object ); | | void vips_object_set_static( VipsObject *object, gboolean static_object ); | |
| void vips_object_print_all( void ); | | void vips_object_print_all( void ); | |
| void vips_object_sanity_all( void ); | | void vips_object_sanity_all( void ); | |
| | | | |
| void vips_object_rewind( VipsObject *object ); | | void vips_object_rewind( VipsObject *object ); | |
| | | | |
| void vips_object_unref_outputs( VipsObject *object ); | | void vips_object_unref_outputs( VipsObject *object ); | |
| | | | |
| const char *vips_object_get_description( VipsObject *object ); | | const char *vips_object_get_description( VipsObject *object ); | |
| | | | |
End of changes. 1 change blocks. |
| 2 lines changed or deleted | | 2 lines changed or added | |
|