mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-24 03:31:12 +00:00
webservice contribution from carlos@cmartin.tk
svn path=/trunk/gtk-sharp/; revision=100082
This commit is contained in:
parent
fbb7ce0553
commit
752e056edc
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue