summaryrefslogtreecommitdiff
path: root/docs/reference/glib/tmpl/main.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/reference/glib/tmpl/main.sgml')
-rw-r--r--docs/reference/glib/tmpl/main.sgml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml
index abaadc394..42c4d2ab0 100644
--- a/docs/reference/glib/tmpl/main.sgml
+++ b/docs/reference/glib/tmpl/main.sgml
@@ -784,12 +784,10 @@ It can also return a @timeout_ value which should be the maximum timeout
(in milliseconds) which should be passed to the poll() call.
The actual timeout used will be -1 if all sources returned -1, or it will
be the minimum of all the @timeout_ values returned which were >= 0.
-
@check: Called after all the file descriptors are polled.
The source should return %TRUE if it is ready to be dispatched.
Note that some time may have passed since the previous prepare function was
called, so the source should be checked again here.
-
@dispatch: Called to dispatch the event source, after it has returned %TRUE in
either its @prepare or its @check function. The @dispatch function is
passed in a callback function and data. The callback function may be
@@ -797,9 +795,9 @@ passed in a callback function and data. The callback function may be
g_source_set_callback(). The @dispatch function should call the
callback function with @user_data and whatever additional parameters are
needed for this type of event source.
-
@finalize: Called when the source is finalized.
-
+@closure_callback:
+@closure_marshal:
<!-- ##### STRUCT GSourceCallbackFuncs ##### -->
<para>