Skip to content
Commit e6fc4c1b authored by Simon Feltman's avatar Simon Feltman
Browse files

scanner: Replace GInitiallyUnowned field sharing with generic solution

Remove GInitiallyUnowned special case in gdumpparser where fields are
copied from GObject. Add generic solution where anytime we have multiple
typedef structs, the fields become shared:

typedef struct _Foo Foo;
typedef struct _Foo Bar;
struct _Foo {...};

https://bugzilla.gnome.org/show_bug.cgi?id=581525
parent 17c160a8
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment