From 02d42c88c87b07107f457fff59fc1622f8cfe49f Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Tue, 3 Jan 2017 00:49:22 +0100 Subject: [PATCH] adg: do not force wrong type on adg_path_append_cairo_path Let gobject-introspection do the work of guessing the proper type. --- src/adg/adg-path.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/adg/adg-path.c b/src/adg/adg-path.c index e14c4d4e..e9b709e3 100644 --- a/src/adg/adg-path.c +++ b/src/adg/adg-path.c @@ -526,8 +526,8 @@ adg_path_append_segment(AdgPath *path, const CpmlSegment *segment) /** * adg_path_append_cairo_path: - * @path: an #AdgPath - * @cairo_path: (type gpointer): the #cairo_path_t path to append + * @path: an #AdgPath + * @cairo_path: the #cairo_path_t path to append * * Appends a whole #cairo_path_t to @path. * -- 2.11.4.GIT