From a16de7e6672a45368de1167218abdc37ed9e8ff6 Mon Sep 17 00:00:00 2001 From: John Cupitt Date: Fri, 6 Oct 2017 16:32:22 +0100 Subject: [PATCH] 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 --- libvips/iofuncs/object.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libvips/iofuncs/object.c b/libvips/iofuncs/object.c index 3be15459..34c13dbb 100644 --- a/libvips/iofuncs/object.c +++ b/libvips/iofuncs/object.c @@ -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 * @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 * @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 * @name: arg to fetch *