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

  /external/bluetooth/glib/gio/
gunixinputstream.h 31 #define G_UNIX_INPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_INPUT_STREAM, GUnixInputStream))
38 * GUnixInputStream:
42 typedef struct _GUnixInputStream GUnixInputStream;
71 void g_unix_input_stream_set_close_fd (GUnixInputStream *stream,
73 gboolean g_unix_input_stream_get_close_fd (GUnixInputStream *stream);
74 gint g_unix_input_stream_get_fd (GUnixInputStream *stream);
gunixinputstream.c 36 #include "gunixinputstream.h"
44 * SECTION:gunixinputstream
46 * @include: gio/gunixinputstream.h
49 * #GUnixInputStream implements #GInputStream for reading from a
53 * Note that <filename>&lt;gio/gunixinputstream.h&gt;</filename> belongs
64 G_DEFINE_TYPE (GUnixInputStream, g_unix_input_stream, G_TYPE_INPUT_STREAM);
119 GUnixInputStream *stream;
152 * GUnixInputStream:fd:
167 * GUnixInputStream:close-fd:
188 GUnixInputStream *unix_stream
    [all...]

Completed in 107 milliseconds