mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
Add properties to GMemoryOutputStream
This helps bindings. Patch by Krzysztof Kosiński. See bug 605733.
This commit is contained in:
@@ -85,9 +85,9 @@ typedef gpointer (* GReallocFunc) (gpointer data,
|
||||
GType g_memory_output_stream_get_type (void) G_GNUC_CONST;
|
||||
|
||||
GOutputStream *g_memory_output_stream_new (gpointer data,
|
||||
gsize len,
|
||||
GReallocFunc realloc_fn,
|
||||
GDestroyNotify destroy);
|
||||
gsize size,
|
||||
GReallocFunc realloc_function,
|
||||
GDestroyNotify destroy_function);
|
||||
gpointer g_memory_output_stream_get_data (GMemoryOutputStream *ostream);
|
||||
gsize g_memory_output_stream_get_size (GMemoryOutputStream *ostream);
|
||||
gsize g_memory_output_stream_get_data_size (GMemoryOutputStream *ostream);
|
||||
|
Reference in New Issue
Block a user