mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 23:16:14 +01:00
Fixed typos in gtk-doc comments.
2008-04-15 Mukund Sivaraman <muks@mukund.org> * gio/gfile.c: Fixed typos in gtk-doc comments. svn path=/trunk/; revision=6850
This commit is contained in:
parent
74487a8805
commit
414075c64c
@ -1,3 +1,7 @@
|
||||
2008-04-15 Mukund Sivaraman <muks@mukund.org>
|
||||
|
||||
* gio/gfile.c: Fixed typos in gtk-doc comments.
|
||||
|
||||
2008-04-10 Mathias Hasselmann <mathias@openismus.com>
|
||||
|
||||
Bug 519137 – g_slice_dup macro needs cast for 64-bit platform
|
||||
|
@ -1468,7 +1468,7 @@ g_file_append_to (GFile *file,
|
||||
* @error: a #GError, or %NULL
|
||||
*
|
||||
* Creates a new file and returns an output stream for writing to it.
|
||||
* The file must not already exists.
|
||||
* The file must not already exist.
|
||||
*
|
||||
* By default files created are generally readable by everyone,
|
||||
* but if you pass #G_FILE_CREATE_PRIVATE in @flags the file
|
||||
@ -1753,7 +1753,7 @@ g_file_append_to_finish (GFile *file,
|
||||
* @user_data: the data to pass to callback function
|
||||
*
|
||||
* Asynchronously creates a new file and returns an output stream for writing to it.
|
||||
* The file must not already exists.
|
||||
* The file must not already exist.
|
||||
*
|
||||
* For more details, see g_file_create() which is
|
||||
* the synchronous version of this call.
|
||||
|
Loading…
Reference in New Issue
Block a user