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 384c77ecb0e790c3c94fa7e206cf4de27c661bbd..509a700afa83ef23a74b2f7d7ce7b2e82daa931f 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 3a9f648a418c0b0f9977543070118af716f6d8fb..731ee1b9016c3c606c6a7be6f8687fd5b6cb086a 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>