Improve docs

svn path=/trunk/; revision=6020
This commit is contained in:
Matthias Clasen 2007-12-03 18:25:24 +00:00
parent 3b05331f48
commit e6588b7a23
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2007-12-03 Matthias Clasen <mclasen@redhat.com>
* gfile.c (g_file_copy): Add a cross-reference to g_file_dup().
(#499783)
2007-12-03 Alexander Larsson <alexl@redhat.com>
* glocalfileinfo.c:

View File

@ -1927,7 +1927,10 @@ file_copy_fallback (GFile *source,
* </tbody>
* </tgroup>
* </table>
*
*
* If you are interested in copying the #GFile object itself (not the on-disk
* file), see g_file_dup().
*
* Returns: %TRUE on success, %FALSE otherwise.
**/
gboolean