GNOME Bugzilla – Bug 689991
Adapt to Libosinfo List API changes
Last modified: 2016-03-31 13:55:05 UTC
See patch.
Created attachment 231171 [details] [review] Adapt to Libosinfo List API changes Starting from version 0.2.2 (that we already depend on), libosinfo deprecates custom List classes in favor of direct use of this base class. This patch adapts to that change so we don't get warnings from valac about use of deprecated symbols.
Created attachment 231225 [details] [review] Adapt to Libosinfo List API changes I had overlooked the fact that List.new* returns the instance of the source list type so this change could be as simple as this.
Comment on attachment 231225 [details] [review] Adapt to Libosinfo List API changes Bleh not very beautiful :(
Attachment 231225 [details] pushed as 35699f4 - Adapt to Libosinfo List API changes