From ad8fbfa08a0a34480cb09c029bed566eb0bb2915 Mon Sep 17 00:00:00 2001 From: Nicola Fontana Date: Mon, 1 Apr 2013 18:58:11 +0200 Subject: [PATCH] cpml: alias CpmlVector to CpmlPair in introspection data Renaming the typedef from struct _CpmlPair to CpmlPair properly aliases CpmlVector to CpmlPair in the gir file. --- src/cpml/cpml-pair.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cpml/cpml-pair.h b/src/cpml/cpml-pair.h index df547446..734b1b53 100644 --- a/src/cpml/cpml-pair.h +++ b/src/cpml/cpml-pair.h @@ -30,7 +30,7 @@ CAIRO_BEGIN_DECLS typedef struct _CpmlPair CpmlPair; -typedef struct _CpmlPair CpmlVector; +typedef CpmlPair CpmlVector; struct _CpmlPair { /*< public >*/ -- 2.11.4.GIT