Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANA
authorOwen Taylor <otaylor@redhat.com>
Mon, 8 Mar 2004 13:35:38 +0000 (13:35 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 8 Mar 2004 13:35:38 +0000 (13:35 +0000)
Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>

        * glib/tmpl/main.sgml: Reference g_source_set_callback(),
        not g_source_attach(). (Takeshi AIHANA )

docs/reference/ChangeLog
docs/reference/glib/tmpl/main.sgml

index 384c77e..509a700 100644 (file)
@@ -1,3 +1,8 @@
+Mon Mar  8 08:32:36 2004  Owen Taylor  <otaylor@redhat.com>
+
+       * glib/tmpl/main.sgml: Reference g_source_set_callback(),
+       not g_source_attach(). (Takeshi AIHANA )
+
 2004-02-29  Sebastian Wilhelmi  <seppi@seppi.de>
 
        * glib/glib-overrides.txt, glib/glib-sections.txt,
index 3a9f648..731ee1b 100644 (file)
@@ -730,9 +730,10 @@ called, so the source should be checked again here.
 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
-%NULL if the source was never connected using g_source_attach(). The
-@dispatch function should call the callback function with data and
-whatever additional parameters are needed for this type of event source.
+%NULL if the source was never connected to a callback using
+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.
 </entry>
 </row>