Home | History | Annotate | Download | only in gio

Lines Matching full:dstream

121   GDataInputStream        *dstream;
123 dstream = G_DATA_INPUT_STREAM (object);
124 priv = dstream->priv;
129 g_data_input_stream_set_byte_order (dstream, g_value_get_enum (value));
133 g_data_input_stream_set_newline_type (dstream, g_value_get_enum (value));
150 GDataInputStream *dstream;
152 dstream = G_DATA_INPUT_STREAM (object);
153 priv = dstream->priv;