GNOME Bugzilla – Bug 774394
gir break since commit 463d94d6022d
Last modified: 2016-11-14 13:38:39 UTC
Since commit 463d94d6022d this happens during the build : GISCAN Grl-0.3.gir <unknown>:: Warning: Grl: (Signal)content-changed: argument change_type: Unresolved type: 'GrlSourceChangeType' in music this results in a crash on the content-changed signal [self.pending_changed_medias.append(media) for media in changedMedias] TypeError: 'PtrArray' object is not iterable
Created attachment 339784 [details] [review] core: Add header back needed for GI grl-type-builtins.h is needed for generating correct GI bindings.
Created attachment 339785 [details] [review] core: Add back header needed for GI grl-type-builtins.h is needed for generating correct GI bindings. -- I'm not sure this is the correct solution, but it does work.
Created attachment 339801 [details] [review] core: Include type'ified header in introspection Introspection sources need to include the type'ified enumerations otherwise the gir-scanner won't know anything about the enumerations listed in that header, generated with glib-mkenums. Fix-up to commit 463d94d6022d
Attachment 339801 [details] pushed as 2802eaf - core: Include type'ified header in introspection I fixed up the commit message as well.