mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 23:46:15 +01:00
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:
parent
6a0a220699
commit
947ba12536
@ -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>
|
2004-02-29 Sebastian Wilhelmi <seppi@seppi.de>
|
||||||
|
|
||||||
* glib/glib-overrides.txt, glib/glib-sections.txt,
|
* glib/glib-overrides.txt, glib/glib-sections.txt,
|
||||||
|
@ -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
|
Called to dispatch the event source, after it has returned %TRUE in
|
||||||
either its @prepare or its @check function. The @dispatch function is
|
either its @prepare or its @check function. The @dispatch function is
|
||||||
passed in a callback function and data. The callback function may be
|
passed in a callback function and data. The callback function may be
|
||||||
%NULL if the source was never connected using g_source_attach(). The
|
%NULL if the source was never connected to a callback using
|
||||||
@dispatch function should call the callback function with data and
|
g_source_set_callback(). The @dispatch function should call the
|
||||||
whatever additional parameters are needed for this type of event source.
|
callback function with @user_data and whatever additional parameters are
|
||||||
|
needed for this type of event source.
|
||||||
</entry>
|
</entry>
|
||||||
</row>
|
</row>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user