Skip to content
  • Jonathon Jongsma's avatar
    Typedef GResolverClass in the standard way · 2be66c04
    Jonathon Jongsma authored and Alexander Larsson's avatar Alexander Larsson committed
    It's a bit lame, but some of our C++ wrapping scripts expect objects to be
    typedefed like:
        typedef struct _FooClass FooClass;
        struct {} _FooClass;
    
    Rather than:
        typedef struct {} FooClass;
    
    Functionally they're the same, but the former makes our lives easier in the
    short term
    2be66c04