HomeSort by relevance Sort by last modified time
    Searched refs:GMemoryInputStream (Results 1 - 3 of 3) sorted by null

  /external/bluetooth/glib/gio/
gmemoryinputstream.h 35 #define G_MEMORY_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_MEMORY_INPUT_STREAM, GMemoryInputStream))
42 * GMemoryInputStream:
75 void g_memory_input_stream_add_data (GMemoryInputStream *stream,
gmemoryinputstream.c 24 #include "gmemoryinputstream.h"
35 * SECTION:gmemoryinputstream
40 * #GMemoryInputStream is a class for using arbitrary
114 G_DEFINE_TYPE_WITH_CODE (GMemoryInputStream, g_memory_input_stream, G_TYPE_INPUT_STREAM,
158 GMemoryInputStream *stream;
181 g_memory_input_stream_init (GMemoryInputStream *stream)
191 * Creates a new empty #GMemoryInputStream.
211 * Creates a new #GMemoryInputStream with data in memory of a given size.
232 * @stream: a #GMemoryInputStream
240 g_memory_input_stream_add_data (GMemoryInputStream *stream
    [all...]
giotypes.h 90 typedef struct _GMemoryInputStream GMemoryInputStream;

Completed in 27 milliseconds