mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-27 06:26:15 +01:00
Trivial doc comment formatting fix
This commit is contained in:
parent
9c72b5776a
commit
c5ec4831fa
@ -673,7 +673,9 @@ GWin32InputStreamPrivate
|
|||||||
GMemoryInputStream
|
GMemoryInputStream
|
||||||
g_memory_input_stream_new
|
g_memory_input_stream_new
|
||||||
g_memory_input_stream_new_from_data
|
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_data
|
||||||
|
g_memory_input_stream_add_bytes
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GMemoryInputStreamClass
|
GMemoryInputStreamClass
|
||||||
G_MEMORY_INPUT_STREAM
|
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_size
|
||||||
g_memory_output_stream_get_data_size
|
g_memory_output_stream_get_data_size
|
||||||
g_memory_output_stream_steal_data
|
g_memory_output_stream_steal_data
|
||||||
|
g_memory_output_stream_steal_as_bytes
|
||||||
<SUBSECTION Standard>
|
<SUBSECTION Standard>
|
||||||
GMemoryOutputStreamClass
|
GMemoryOutputStreamClass
|
||||||
G_MEMORY_OUTPUT_STREAM
|
G_MEMORY_OUTPUT_STREAM
|
||||||
@ -2969,6 +2972,7 @@ GApplicationCommandLineClass
|
|||||||
g_application_command_line_get_arguments
|
g_application_command_line_get_arguments
|
||||||
g_application_command_line_get_cwd
|
g_application_command_line_get_cwd
|
||||||
g_application_command_line_get_environ
|
g_application_command_line_get_environ
|
||||||
|
g_application_command_line_get_stdin
|
||||||
g_application_command_line_create_file_for_arg
|
g_application_command_line_create_file_for_arg
|
||||||
g_application_command_line_getenv
|
g_application_command_line_getenv
|
||||||
g_application_command_line_get_is_remote
|
g_application_command_line_get_is_remote
|
||||||
@ -3888,6 +3892,11 @@ g_resource_open_stream
|
|||||||
g_resource_enumerate_children
|
g_resource_enumerate_children
|
||||||
g_resource_get_info
|
g_resource_get_info
|
||||||
|
|
||||||
|
<SUBSECTION Static>
|
||||||
|
g_static_resource_init
|
||||||
|
g_static_resource_fini
|
||||||
|
g_static_resource_get_resource
|
||||||
|
|
||||||
<SUBSECTION Global>
|
<SUBSECTION Global>
|
||||||
g_resources_register
|
g_resources_register
|
||||||
g_resources_unregister
|
g_resources_unregister
|
||||||
|
@ -217,8 +217,9 @@ g_memory_input_stream_new_from_data (const void *data,
|
|||||||
* @bytes: a #GBytes
|
* @bytes: a #GBytes
|
||||||
*
|
*
|
||||||
* Creates a new #GMemoryInputStream with data from the given @bytes.
|
* Creates a new #GMemoryInputStream with data from the given @bytes.
|
||||||
*
|
*
|
||||||
* Returns: new #GInputStream read from @bytes
|
* Returns: new #GInputStream read from @bytes
|
||||||
|
*
|
||||||
* Since: 2.34
|
* Since: 2.34
|
||||||
**/
|
**/
|
||||||
GInputStream *
|
GInputStream *
|
||||||
|
Loading…
Reference in New Issue
Block a user