delegate doc
svn path=/trunk/gtk-sharp/; revision=89517
This commit is contained in:
parent
097537310e
commit
0e64df48cf
1 changed files with 19 additions and 0 deletions
19
doc/en/GLib/GSourceFunc.xml
Normal file
19
doc/en/GLib/GSourceFunc.xml
Normal file
|
@ -0,0 +1,19 @@
|
|||
<Type Name="GSourceFunc" FullName="GLib.GSourceFunc">
|
||||
<TypeSignature Language="C#" Value="public delegate bool GSourceFunc();" />
|
||||
<AssemblyInfo>
|
||||
<AssemblyName>glib-sharp</AssemblyName>
|
||||
<AssemblyVersion>2.10.0.0</AssemblyVersion>
|
||||
</AssemblyInfo>
|
||||
<Base>
|
||||
<BaseTypeName>System.Delegate</BaseTypeName>
|
||||
</Base>
|
||||
<Parameters />
|
||||
<ReturnValue>
|
||||
<ReturnType>System.Boolean</ReturnType>
|
||||
</ReturnValue>
|
||||
<Docs>
|
||||
<summary>GSource callback delegate.</summary>
|
||||
<returns>A boolean value.</returns>
|
||||
<remarks>Typically, when the delegate returns <see langword="true"/>, the delegate remains connected to the event source. When <see langword="false"/> is returned, the delegate is removed.</remarks>
|
||||
</Docs>
|
||||
</Type>
|
Loading…
Reference in a new issue