gmemoryoutputstream.h   gmemoryoutputstream.h 
skipping to change at line 94 skipping to change at line 94
GType g_memory_output_stream_get_type (void) G_GNUC_CONST; GType g_memory_output_stream_get_type (void) G_GNUC_CONST;
GOutputStream *g_memory_output_stream_new (gpointer d ata, GOutputStream *g_memory_output_stream_new (gpointer d ata,
gsize s ize, gsize s ize,
GReallocFunc r ealloc_function, GReallocFunc r ealloc_function,
GDestroyNotify d estroy_function); GDestroyNotify d estroy_function);
gpointer g_memory_output_stream_get_data (GMemoryOutputStream *o stream); gpointer g_memory_output_stream_get_data (GMemoryOutputStream *o stream);
gsize g_memory_output_stream_get_size (GMemoryOutputStream *o stream); gsize g_memory_output_stream_get_size (GMemoryOutputStream *o stream);
gsize g_memory_output_stream_get_data_size (GMemoryOutputStream *o stream); gsize g_memory_output_stream_get_data_size (GMemoryOutputStream *o stream);
gpointer g_memory_output_stream_steal_data (GMemoryOutputStream *o stream);
G_END_DECLS G_END_DECLS
#endif /* __G_MEMORY_OUTPUT_STREAM_H__ */ #endif /* __G_MEMORY_OUTPUT_STREAM_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/