forked from GitHub/gf-core
GuVariant is now plain uintptr_t instead of a structure to make it easier to write Haskell bindings
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user