dee

Code review comment for lp:~kamstrup/dee/less-gtype-dancing

Revision history for this message
Mikkel Kamstrup Erlandsen (kamstrup) wrote :

I am not entirely sure what the impact of this is...

269 - [CCode (array_length = false, array_null_terminated = true)]
270 - public GLib.Variant[] get_row (Dee.ModelIter iter, [CCode (array_length = false)] out GLib.Variant[] out_row_members = null);
271 + [NoWrapper]
272 + public abstract GLib.Variant get_row (Dee.ModelIter iter, GLib.Variant out_row_members = null);

« Back to merge proposal