From 0e64df48cf4ece98acb9353c4a1eac1735d14072 Mon Sep 17 00:00:00 2001 From: Mike Kestner Date: Tue, 13 Nov 2007 02:56:59 +0000 Subject: [PATCH] delegate doc svn path=/trunk/gtk-sharp/; revision=89517 --- doc/en/GLib/GSourceFunc.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 doc/en/GLib/GSourceFunc.xml 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. + +