Searched refs:giostream_class (Results 1 – 2 of 2) sorted by relevance
68 GIOStreamClass *giostream_class; in test_io_stream_class_init() local73 giostream_class = G_IO_STREAM_CLASS (klass); in test_io_stream_class_init()74 giostream_class->get_input_stream = test_io_stream_get_input_stream; in test_io_stream_class_init()75 giostream_class->get_output_stream = test_io_stream_get_output_stream; in test_io_stream_class_init()
100 GIOStreamClass *giostream_class; in my_io_stream_class_init() local105 giostream_class = G_IO_STREAM_CLASS (klass); in my_io_stream_class_init()106 giostream_class->get_input_stream = my_io_stream_get_input_stream; in my_io_stream_class_init()107 giostream_class->get_output_stream = my_io_stream_get_output_stream; in my_io_stream_class_init()