We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f56c2b3 commit bcba69cCopy full SHA for bcba69c
gio/src/subclass/mod.rs
@@ -12,6 +12,7 @@ mod list_model;
12
mod output_stream;
13
mod seekable;
14
mod socket_control_message;
15
+mod vfs;
16
17
pub use self::application::ArgumentList;
18
@@ -32,5 +33,6 @@ pub mod prelude {
32
33
output_stream::{OutputStreamImpl, OutputStreamImplExt},
34
seekable::{SeekableImpl, SeekableImplExt},
35
socket_control_message::{SocketControlMessageImpl, SocketControlMessageImplExt},
36
+ vfs::{VfsImpl, VfsImplExt},
37
};
38
}
0 commit comments