Home
last modified time | relevance | path

Searched refs:G_LOCAL_FILE_IO_STREAM (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/gio/
Dglocalfileiostream.c45 file = G_LOCAL_FILE_IO_STREAM (object); in G_DEFINE_TYPE()
74 return G_LOCAL_FILE_IO_STREAM (stream)->input_stream; in g_local_file_io_stream_get_input_stream()
80 return G_LOCAL_FILE_IO_STREAM (stream)->output_stream; in g_local_file_io_stream_get_output_stream()
89 GLocalFileIOStream *file = G_LOCAL_FILE_IO_STREAM (stream); in g_local_file_io_stream_close()
Dglocalfileiostream.h30 #define G_LOCAL_FILE_IO_STREAM(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_LOCAL_FILE_IO_… macro