From c5ec4831fa8d96de37d04dcd97abb249872b7a44 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Feb 2013 13:46:50 -0500 Subject: [PATCH] Trivial doc comment formatting fix --- docs/reference/gio/gio-sections.txt | 9 +++++++++ gio/gmemoryinputstream.c | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) 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 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 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 + +g_static_resource_init +g_static_resource_fini +g_static_resource_get_resource + 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 * -- 2.7.4