[glib] Fix up GFileDescriptorBased docs
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] Fix up GFileDescriptorBased docs
- Date: Mon, 22 Feb 2010 00:57:10 +0000 (UTC)
commit 3983418c25037dd01fea4b7a52eecdc703535d78
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Feb 21 19:55:02 2010 -0500
Fix up GFileDescriptorBased docs
docs/reference/gio/gio-docs.xml | 1 +
docs/reference/gio/gio-sections.txt | 13 +++++++++++++
docs/reference/gio/gio.types | 1 +
gio/gfiledescriptorbased.c | 4 ++--
4 files changed, 17 insertions(+), 2 deletions(-)
---
diff --git a/docs/reference/gio/gio-docs.xml b/docs/reference/gio/gio-docs.xml
index 6848abc..0ce4752 100644
--- a/docs/reference/gio/gio-docs.xml
+++ b/docs/reference/gio/gio-docs.xml
@@ -55,6 +55,7 @@
<xi:include href="xml/gfileinputstream.xml"/>
<xi:include href="xml/gfileoutputstream.xml"/>
<xi:include href="xml/gfileiostream.xml"/>
+ <xi:include href="xml/gfiledescriptorbased.xml"/>
<xi:include href="xml/gfilterinputstream.xml"/>
<xi:include href="xml/gfilteroutputstream.xml"/>
<xi:include href="xml/gmemoryinputstream.xml"/>
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 3ce639e..c27bbc6 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -2076,3 +2076,16 @@ G_ZLIB_DECOMPRESSOR_GET_CLASS
<SUBSECTION Private>
g_zlib_decompressor_get_type
</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>
diff --git a/docs/reference/gio/gio.types b/docs/reference/gio/gio.types
index 7eae206..90f3134 100644
--- a/docs/reference/gio/gio.types
+++ b/docs/reference/gio/gio.types
@@ -28,6 +28,7 @@ g_file_attribute_status_get_type
g_file_attribute_type_get_type
g_file_copy_flags_get_type
g_file_create_flags_get_type
+g_file_descriptor_based_get_type
g_file_enumerator_get_type
g_file_get_type
g_file_icon_get_type
diff --git a/gio/gfiledescriptorbased.c b/gio/gfiledescriptorbased.c
index 50ab764..c19da44 100644
--- a/gio/gfiledescriptorbased.c
+++ b/gio/gfiledescriptorbased.c
@@ -27,8 +27,8 @@
#include "gioalias.h"
/**
- * SECTION:gfile_descriptor_based
- * @short_description: Stream seeking interface
+ * SECTION:gfiledescriptorbased
+ * @short_description: Interface for file descriptor based IO
* @include: gio/gio.h
* @see_also: #GInputStream, #GOutputStream
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]