webservice contribution from carlos@cmartin.tk

svn path=/trunk/gtk-sharp/; revision=100082
This commit is contained in:
Mike Kestner 2008-04-08 01:51:15 +00:00
parent fbb7ce0553
commit 752e056edc

View File

@ -48,8 +48,8 @@
<Docs> <Docs>
<summary>Gets the signal marshaler for a property on an object.</summary> <summary>Gets the signal marshaler for a property on an object.</summary>
<param name="obj">a <see cref="T:GLib.Object" /></param> <param name="obj">a <see cref="T:GLib.Object" /></param>
<param name="name">a <see cref="T:System.String" /></param> <param name="name">The signal name to look up.</param>
<param name="marshaler">a <see cref="T:System.Delegate" /></param> <param name="marshaler">The callback which marshals signal arguments and invokes handlers.</param>
<returns>a <see cref="T:GLib.Signal" /></returns> <returns>a <see cref="T:GLib.Signal" /></returns>
<remarks>If the desired event is an <see cref="T:System.EventHandler" />, there is a convenience overload that doesn't require a marshaling callback.</remarks> <remarks>If the desired event is an <see cref="T:System.EventHandler" />, there is a convenience overload that doesn't require a marshaling callback.</remarks>
</Docs> </Docs>