mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 23:46:17 +01:00
Doc updates
svn path=/trunk/; revision=6215
This commit is contained in:
parent
265646ec64
commit
c7eee2ff00
@ -1,5 +1,7 @@
|
|||||||
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
2007-12-30 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* gfileinputstream.c:
|
||||||
|
* gfileoutputstream.c:
|
||||||
* gloadableicon.h:
|
* gloadableicon.h:
|
||||||
* gunixmounts.c:
|
* gunixmounts.c:
|
||||||
* gmount.h:
|
* gmount.h:
|
||||||
|
@ -36,6 +36,11 @@
|
|||||||
* @include: gio.h
|
* @include: gio.h
|
||||||
* @see_also: #GInputStream, #GDataInputStream, #GSeekable
|
* @see_also: #GInputStream, #GDataInputStream, #GSeekable
|
||||||
*
|
*
|
||||||
|
* GFileInputStream provides input streams that take their
|
||||||
|
* content from a file.
|
||||||
|
*
|
||||||
|
* GFileInputStream implements #GSeekable, which allows
|
||||||
|
* the input stream to jump to arbitrary positions in the file.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
static void g_file_input_stream_seekable_iface_init (GSeekableIface *iface);
|
static void g_file_input_stream_seekable_iface_init (GSeekableIface *iface);
|
||||||
|
@ -36,7 +36,11 @@
|
|||||||
* @include: gio.h
|
* @include: gio.h
|
||||||
* @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
|
* @see_also: #GOutputStream, #GDataOutputStream, #GSeekable
|
||||||
*
|
*
|
||||||
|
* GFileOutputStream provides output streams that write their
|
||||||
|
* content to a file.
|
||||||
*
|
*
|
||||||
|
* GFileOutputStream implements #GSeekable, which allows
|
||||||
|
* the output stream to jump to arbitrary positions in the file.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
static void g_file_output_stream_seekable_iface_init (GSeekableIface *iface);
|
static void g_file_output_stream_seekable_iface_init (GSeekableIface *iface);
|
||||||
|
Loading…
Reference in New Issue
Block a user