mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-20 23:58:54 +02:00
declare g_memory_output_stream_get_data_size().
2008-05-26 Michael Natterer <mitch@imendio.com> * gmemoryoutputstream.h: declare g_memory_output_stream_get_data_size(). svn path=/trunk/; revision=6936
This commit is contained in:
committed by
Michael Natterer
parent
cdc2910103
commit
c9db84f9f2
@@ -1,3 +1,8 @@
|
||||
2008-05-26 Michael Natterer <mitch@imendio.com>
|
||||
|
||||
* gmemoryoutputstream.h: declare
|
||||
g_memory_output_stream_get_data_size().
|
||||
|
||||
2008-05-26 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* tests/*: Make tests work
|
||||
|
@@ -81,7 +81,8 @@ struct _GMemoryOutputStreamClass
|
||||
*
|
||||
* Returns: a pointer to the reallocated memory
|
||||
*/
|
||||
typedef gpointer (*GReallocFunc) (gpointer data, gsize size);
|
||||
typedef gpointer (*GReallocFunc) (gpointer data,
|
||||
gsize size);
|
||||
|
||||
GType g_memory_output_stream_get_type (void) G_GNUC_CONST;
|
||||
|
||||
@@ -91,6 +92,7 @@ GOutputStream *g_memory_output_stream_new (gpointer data,
|
||||
GDestroyNotify destroy);
|
||||
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);
|
||||
|
||||
G_END_DECLS
|
||||
|
||||
|
Reference in New Issue
Block a user