Add g_memory_output_stream_steal_data

Bug #622184.
This commit is contained in:
Christian Persch
2010-06-20 14:32:52 +02:00
parent 322ac7ff68
commit b196cd7447
4 changed files with 32 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ GOutputStream *g_memory_output_stream_new (gpointer data,
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);
gpointer g_memory_output_stream_steal_data (GMemoryOutputStream *ostream);
G_END_DECLS