2007-11-13 02:56:59 +00:00
<Type Name= "GSourceFunc" FullName= "GLib.GSourceFunc" >
<TypeSignature Language= "C#" Value= "public delegate bool GSourceFunc();" />
2011-11-09 16:01:51 +00:00
<TypeSignature Language= "ILAsm" Value= ".class public auto ansi sealed GSourceFunc extends System.MulticastDelegate" />
2007-11-13 02:56:59 +00:00
<AssemblyInfo >
<AssemblyName > glib-sharp</AssemblyName>
</AssemblyInfo>
<Base >
<BaseTypeName > System.Delegate</BaseTypeName>
</Base>
<Parameters />
<ReturnValue >
<ReturnType > System.Boolean</ReturnType>
</ReturnValue>
<Docs >
<summary > GSource callback delegate.</summary>
2011-11-09 16:01:51 +00:00
<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>