[Gtk-sharp-list] g_signal_connect_data flags again

Miguel de Icaza miguel@ximian.com
15 Mar 2003 16:10:26 -0500


Hello,

> > 	[After]
> > 	void MyFunction (...)
> > 	{
> > 	}
> > 
> 
> And how do you get that attribute from the delegate?

You fetch the Invoke method from the delegate, fetch the MethodInfo,
retrieve the custom attributes.

Miguel