From 947ba12536863b204773a9c3b846d9308a6ded1d Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Mon, 8 Mar 2004 13:35:38 +0000 Subject: [PATCH] Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANA Mon Mar 8 08:32:36 2004 Owen Taylor * glib/tmpl/main.sgml: Reference g_source_set_callback(), not g_source_attach(). (Takeshi AIHANA ) --- docs/reference/ChangeLog | 5 +++++ docs/reference/glib/tmpl/main.sgml | 7 ++++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 384c77e..509a700 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,3 +1,8 @@ +Mon Mar 8 08:32:36 2004 Owen Taylor + + * glib/tmpl/main.sgml: Reference g_source_set_callback(), + not g_source_attach(). (Takeshi AIHANA ) + 2004-02-29 Sebastian Wilhelmi * glib/glib-overrides.txt, glib/glib-sections.txt, diff --git a/docs/reference/glib/tmpl/main.sgml b/docs/reference/glib/tmpl/main.sgml index 3a9f648..731ee1b 100644 --- a/docs/reference/glib/tmpl/main.sgml +++ b/docs/reference/glib/tmpl/main.sgml @@ -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. -- 2.7.4