Re: Passing a GObjectClass into a function (with GooCanvas2)



On 01.10.2017 23:12, Zakariyya Mughal wrote:
In case it helps, I noticed that that GIR XML differs in that
`gtk_container_class_list_child_properties` specifies a <method> but
`goo_canvas_item_class_list_child_properties` specifies a <function>.

That case was indeed not handled.  gtk+ represents the class struct
function as a method of the class struct, whereas goocanvas uses a
function of the object/interface from the class struct.

Please try again with this change:
<https://git.gnome.org/browse/perl-Glib-Object-Introspection/commit/?id=ac5409fff68705e144a16f973cce0e180dae1f6a>.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]