Constructor
FoundryJsonOutputStreamnew
Declaration [src]
FoundryJsonOutputStream*
foundry_json_output_stream_new (
GOutputStream* base_stream,
gboolean close_base_stream
)
Parameters
base_stream
-
Type:
GOutputStream
No description available.
The data is owned by the caller of the function. close_base_stream
-
Type:
gboolean
No description available.
Return value
Type: FoundryJsonOutputStream
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |