From: Christophe Fergeau Date: Fri, 21 Nov 2008 10:30:43 +0000 (+0000) Subject: Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=ff4a7678e6420efe786edbb3ade73e1add022e42;p=dana%2Fcg-glib.git Bug 561212 – GFileReadMoreCallback API doc refers to non-existant function * gio/giotypes.h: fix name of function referred to in GFileReadMoreCallback API documentation svn path=/trunk/; revision=7666 --- diff --git a/ChangeLog b/ChangeLog index 22b1f824..2ddc713a 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 c796a382..981c1956 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.