From: Nicola Fontana Date: Mon, 1 Apr 2013 16:58:11 +0000 (+0200) Subject: cpml: alias CpmlVector to CpmlPair in introspection data X-Git-Tag: 0.7.3~9 X-Git-Url: https://repo.or.cz/w/adg.git/commitdiff_plain/ad8fbfa08a0a34480cb09c029bed566eb0bb2915 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. --- 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 >*/