mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 10:07:13 +02:00
Fix up GFileDescriptorBased docs
This commit is contained in:
@@ -55,6 +55,7 @@
|
|||||||
<xi:include href="xml/gfileinputstream.xml"/>
|
<xi:include href="xml/gfileinputstream.xml"/>
|
||||||
<xi:include href="xml/gfileoutputstream.xml"/>
|
<xi:include href="xml/gfileoutputstream.xml"/>
|
||||||
<xi:include href="xml/gfileiostream.xml"/>
|
<xi:include href="xml/gfileiostream.xml"/>
|
||||||
|
<xi:include href="xml/gfiledescriptorbased.xml"/>
|
||||||
<xi:include href="xml/gfilterinputstream.xml"/>
|
<xi:include href="xml/gfilterinputstream.xml"/>
|
||||||
<xi:include href="xml/gfilteroutputstream.xml"/>
|
<xi:include href="xml/gfilteroutputstream.xml"/>
|
||||||
<xi:include href="xml/gmemoryinputstream.xml"/>
|
<xi:include href="xml/gmemoryinputstream.xml"/>
|
||||||
|
@@ -2076,3 +2076,16 @@ G_ZLIB_DECOMPRESSOR_GET_CLASS
|
|||||||
<SUBSECTION Private>
|
<SUBSECTION Private>
|
||||||
g_zlib_decompressor_get_type
|
g_zlib_decompressor_get_type
|
||||||
</SECTION>
|
</SECTION>
|
||||||
|
|
||||||
|
<SECTION>
|
||||||
|
<FILE>gfiledescriptorbased</FILE>
|
||||||
|
<TITLE>GFileDescriptorBased</TITLE>
|
||||||
|
GFileDescriptorBased
|
||||||
|
g_file_descriptor_based_get_fd
|
||||||
|
<SUBSECTION Private>
|
||||||
|
g_file_descriptor_based_get_type
|
||||||
|
G_FILE_DESCRIPTOR_BASED
|
||||||
|
G_FILE_DESCRIPTOR_BASED_GET_IFACE
|
||||||
|
G_IS_FILE_DESCRIPTOR_BASED
|
||||||
|
G_TYPE_FILE_DESCRIPTOR_BASED
|
||||||
|
</SECTION>
|
||||||
|
@@ -28,6 +28,7 @@ g_file_attribute_status_get_type
|
|||||||
g_file_attribute_type_get_type
|
g_file_attribute_type_get_type
|
||||||
g_file_copy_flags_get_type
|
g_file_copy_flags_get_type
|
||||||
g_file_create_flags_get_type
|
g_file_create_flags_get_type
|
||||||
|
g_file_descriptor_based_get_type
|
||||||
g_file_enumerator_get_type
|
g_file_enumerator_get_type
|
||||||
g_file_get_type
|
g_file_get_type
|
||||||
g_file_icon_get_type
|
g_file_icon_get_type
|
||||||
|
@@ -27,8 +27,8 @@
|
|||||||
#include "gioalias.h"
|
#include "gioalias.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SECTION:gfile_descriptor_based
|
* SECTION:gfiledescriptorbased
|
||||||
* @short_description: Stream seeking interface
|
* @short_description: Interface for file descriptor based IO
|
||||||
* @include: gio/gio.h
|
* @include: gio/gio.h
|
||||||
* @see_also: #GInputStream, #GOutputStream
|
* @see_also: #GInputStream, #GOutputStream
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user