mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-19 23:28:54 +02:00
Clarify docs. Patch by Jared Moore
* gfile.c (g_file_append_to): Clarify docs. Patch by Jared Moore svn path=/trunk/; revision=7110
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2008-06-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
Bug 540331 – g_file_append_to () documentation: can return NULL
|
||||||
|
|
||||||
|
* gfile.c (g_file_append_to): Clarify docs.
|
||||||
|
Patch by Jared Moore
|
||||||
|
|
||||||
2008-06-30 Matthias Clasen <mclasen@redhat.com>
|
2008-06-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
Bug 539090 – g_content_type_from_mime_type() should unalias
|
Bug 539090 – g_content_type_from_mime_type() should unalias
|
||||||
|
@@ -1427,12 +1427,12 @@ g_file_read (GFile *file,
|
|||||||
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
|
* was cancelled, the error %G_IO_ERROR_CANCELLED will be returned.
|
||||||
*
|
*
|
||||||
* Some file systems don't allow all file names, and may
|
* Some file systems don't allow all file names, and may
|
||||||
* return an G_IO_ERROR_INVALID_FILENAME error.
|
* return an %G_IO_ERROR_INVALID_FILENAME error.
|
||||||
* If the file is a directory the G_IO_ERROR_IS_DIRECTORY error will be
|
* If the file is a directory the %G_IO_ERROR_IS_DIRECTORY error will be
|
||||||
* returned. Other errors are possible too, and depend on what kind of
|
* returned. Other errors are possible too, and depend on what kind of
|
||||||
* filesystem the file is on.
|
* filesystem the file is on.
|
||||||
*
|
*
|
||||||
* Returns: a #GFileOutputStream.
|
* Returns: a #GFileOutputStream, or %NULL on error
|
||||||
**/
|
**/
|
||||||
GFileOutputStream *
|
GFileOutputStream *
|
||||||
g_file_append_to (GFile *file,
|
g_file_append_to (GFile *file,
|
||||||
|
Reference in New Issue
Block a user