Searched defs:GInputStreamClass (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/gio/
H A Dginputstream.h36 #define G_INPUT_STREAM_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_INPUT_STREAM, GInputStreamClass))
39 #define G_INPUT_STREAM_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_INPUT_STREAM, GInputStreamClass))
46 typedef struct _GInputStreamClass GInputStreamClass; typedef in typeref:struct:_GInputStreamClass

Completed in 116 milliseconds