diff --git a/doc/en/GLib/GSourceFunc.xml b/doc/en/GLib/GSourceFunc.xml new file mode 100644 index 000000000..17af65803 --- /dev/null +++ b/doc/en/GLib/GSourceFunc.xml @@ -0,0 +1,19 @@ + + + + glib-sharp + 2.10.0.0 + + + System.Delegate + + + + System.Boolean + + + GSource callback delegate. + A boolean value. + Typically, when the delegate returns , the delegate remains connected to the event source. When is returned, the delegate is removed. + +