Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANA

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 )
This commit is contained in:
Owen Taylor 2004-03-08 13:35:38 +00:00 committed by Owen Taylor
parent 6a0a220699
commit 947ba12536
2 changed files with 9 additions and 3 deletions

View 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,

View 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>