GuVariant is now plain uintptr_t instead of a structure to make it easier to write Haskell bindings

This commit is contained in:
kr.angelov
2014-02-09 19:07:15 +00:00
parent 1d69feac38
commit f30c60c3d7
3 changed files with 15 additions and 22 deletions

View File

@@ -159,7 +159,7 @@ typedef struct PgfItem PgfItem;
typedef GuMap PgfCallbacksMap;
extern GU_DECLARE_TYPE(PgfCallbacksMap, GuMap);
typedef struct GuVariant PgfSymbol;
typedef GuVariant PgfSymbol;
typedef enum {
PGF_SYMBOL_CAT,