>From what I can tell signal_connect_after in gnome-perl is merely a synonym
for signal_connect; my signals attached with signal_connect_after don't
appear to be processed any differently than signals connected without the
_after.  I'm not all that familiar with XS, or I'd fix it myself and submit
a patch:

#if XSubPPtmpAAAA
        cv = newXS("Gtk::Object::signal_connect",
XS_Gtk__Object_signal_connect, file);
        XSANY.any_i32 = 0 ;
        cv = newXS("Gtk::Object::signal_connect_after",
XS_Gtk__Object_signal_connect, file);
        XSANY.any_i32 = 1 ;

Thanks,
James

-- 
To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null

Reply via email to