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

  /external/bluetooth/glib/gio/
gunixoutputstream.h 31 #define G_UNIX_OUTPUT_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_OUTPUT_STREAM, GUnixOutputStream))
38 * GUnixOutputStream:
42 typedef struct _GUnixOutputStream GUnixOutputStream;
71 void g_unix_output_stream_set_close_fd (GUnixOutputStream *stream,
73 gboolean g_unix_output_stream_get_close_fd (GUnixOutputStream *stream);
74 gint g_unix_output_stream_get_fd (GUnixOutputStream *stream);
gunixoutputstream.c 35 #include "gunixoutputstream.h"
44 * SECTION:gunixoutputstream
46 * @include: gio/gunixoutputstream.h
49 * #GUnixOutputStream implements #GOutputStream for writing to a
53 * Note that <filename>&lt;gio/gunixoutputstream.h&gt;</filename> belongs
64 G_DEFINE_TYPE (GUnixOutputStream, g_unix_output_stream, G_TYPE_OUTPUT_STREAM);
111 GUnixOutputStream *stream;
138 * GUnixOutputStream:fd:
153 * GUnixOutputStream:close-fd:
174 GUnixOutputStream *unix_stream
    [all...]

Completed in 165 milliseconds