[glib] Trivial doc comment formatting fix



commit c5ec4831fa8d96de37d04dcd97abb249872b7a44
Author: Matthias Clasen <mclasen redhat com>
Date:   Sun Feb 3 13:46:50 2013 -0500

    Trivial doc comment formatting fix

 docs/reference/gio/gio-sections.txt |    9 +++++++++
 gio/gmemoryinputstream.c            |    3 ++-
 2 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/docs/reference/gio/gio-sections.txt b/docs/reference/gio/gio-sections.txt
index 23e95c3..dc2b27d 100644
--- a/docs/reference/gio/gio-sections.txt
+++ b/docs/reference/gio/gio-sections.txt
@@ -673,7 +673,9 @@ GWin32InputStreamPrivate
 GMemoryInputStream
 g_memory_input_stream_new
 g_memory_input_stream_new_from_data
+g_memory_input_stream_new_from_bytes
 g_memory_input_stream_add_data
+g_memory_input_stream_add_bytes
 <SUBSECTION Standard>
 GMemoryInputStreamClass
 G_MEMORY_INPUT_STREAM
@@ -870,6 +872,7 @@ g_memory_output_stream_get_data
 g_memory_output_stream_get_size
 g_memory_output_stream_get_data_size
 g_memory_output_stream_steal_data
+g_memory_output_stream_steal_as_bytes
 <SUBSECTION Standard>
 GMemoryOutputStreamClass
 G_MEMORY_OUTPUT_STREAM
@@ -2969,6 +2972,7 @@ GApplicationCommandLineClass
 g_application_command_line_get_arguments
 g_application_command_line_get_cwd
 g_application_command_line_get_environ
+g_application_command_line_get_stdin
 g_application_command_line_create_file_for_arg
 g_application_command_line_getenv
 g_application_command_line_get_is_remote
@@ -3888,6 +3892,11 @@ g_resource_open_stream
 g_resource_enumerate_children
 g_resource_get_info
 
+<SUBSECTION Static>
+g_static_resource_init
+g_static_resource_fini
+g_static_resource_get_resource
+
 <SUBSECTION Global>
 g_resources_register
 g_resources_unregister
diff --git a/gio/gmemoryinputstream.c b/gio/gmemoryinputstream.c
index 777dc84..a4feb99 100644
--- a/gio/gmemoryinputstream.c
+++ b/gio/gmemoryinputstream.c
@@ -217,8 +217,9 @@ g_memory_input_stream_new_from_data (const void     *data,
  * @bytes: a #GBytes
  *
  * Creates a new #GMemoryInputStream with data from the given @bytes.
- * 
+ *
  * Returns: new #GInputStream read from @bytes
+ *
  * Since: 2.34
  **/
 GInputStream *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]