2007-11-13 02:56:59 +00:00
<Type Name= "GSourceFunc" FullName= "GLib.GSourceFunc" >
<TypeSignature Language= "C#" Value= "public delegate bool GSourceFunc();" />
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
2007-12-06 17:36:20 +00:00
<AssemblyVersion > 2.12.0.0</AssemblyVersion>
2007-11-13 02:56:59 +00:00
</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>
2007-11-16 16:22:29 +00:00
<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>
2007-11-13 02:56:59 +00:00
</Docs>
</Type>