mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Annotate all examples with their language
The C ones, at least.
This commit is contained in:
@@ -367,7 +367,7 @@ g_memory_output_stream_init (GMemoryOutputStream *stream)
|
||||
* @size as 0 (allowing #GMemoryOutputStream to do the initial
|
||||
* allocation for itself).
|
||||
*
|
||||
* |[
|
||||
* |[<!-- language="C" -->
|
||||
* /* a stream that can grow */
|
||||
* stream = g_memory_output_stream_new (NULL, 0, realloc, free);
|
||||
*
|
||||
|
Reference in New Issue
Block a user