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