From ff4a7678e6420efe786edbb3ade73e1add022e42 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Fri, 21 Nov 2008 10:30:43 +0000 Subject: [PATCH] =?utf8?q?Bug=20561212=20=E2=80=93=20GFileReadMoreCallback?= =?utf8?q?=20API=20doc=20refers=20to=20non-existant=20function=20*=20gio/g?= =?utf8?q?iotypes.h:=20fix=20name=20of=20function=20referred=20to=20in=20G?= =?utf8?q?FileReadMoreCallback=20API=20documentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit svn path=/trunk/; revision=7666 --- ChangeLog | 7 +++++++ gio/giotypes.h | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 22b1f824a..2ddc713aa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-11-21 Christophe Fergeau + + Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function + + * gio/giotypes.h: fix name of function referred to in + GFileReadMoreCallback API documentation + 2008-11-21 Matthias Clasen * configure.in: Bump gtk-doc dependency to 1.11 for diff --git a/gio/giotypes.h b/gio/giotypes.h index c796a3823..981c19561 100644 --- a/gio/giotypes.h +++ b/gio/giotypes.h @@ -144,7 +144,7 @@ typedef void (*GFileProgressCallback) (goffset current_num_bytes, * @file_size: the size of the data currently read. * @callback_data: data passed to the callback. * - * When loading the partial contents of a file with g_file_read_partial_contents(), + * When loading the partial contents of a file with g_file_load_partial_contents_async(), * it may become necessary to determine if any more data from the file should be loaded. * A #GFileReadMoreCallback function facilitates this by returning %TRUE if more data * should be read, or %FALSE otherwise. -- 2.11.4.GIT