get the python binding working again

remove three (method) annotations that seem to shift some object methods
about

see https://github.com/jcupitt/libvips/issues/741
This commit is contained in:
John Cupitt 2017-10-06 16:32:22 +01:00
parent 95c8a1915b
commit a16de7e667

View File

@ -770,7 +770,7 @@ vips_object_get_argument( VipsObject *object, const char *name,
} }
/** /**
* vips_object_argument_isset: (method) * vips_object_argument_isset:
* @object: the object to fetch the args from * @object: the object to fetch the args from
* @name: arg to fetch * @name: arg to fetch
* *
@ -793,7 +793,7 @@ vips_object_argument_isset( VipsObject *object, const char *name )
} }
/** /**
* vips_object_get_argument_flags: (method) * vips_object_get_argument_flags:
* @object: the object to fetch the args from * @object: the object to fetch the args from
* @name: arg to fetch * @name: arg to fetch
* *
@ -816,7 +816,7 @@ vips_object_get_argument_flags( VipsObject *object, const char *name )
} }
/** /**
* vips_object_get_argument_priority: (method) * vips_object_get_argument_priority:
* @object: the object to fetch the args from * @object: the object to fetch the args from
* @name: arg to fetch * @name: arg to fetch
* *