Lines Matching full:error
93 GError **error)
101 g_set_error (error, 0, 0, "fail");
162 GError **error)
170 str = g_data_input_stream_read_line (stream, &length, NULL, error);
205 GError *error = NULL;
216 while (read_line (data, two, "\n", &error));
235 GError *error = NULL;
241 str = g_data_input_stream_read_line_finish (data, result, &length, &error);
246 if (error)
247 g_error_free (error);