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 e363f65 commit ce47c8bCopy full SHA for ce47c8b
gio/src/subclass/mod.rs
@@ -13,6 +13,7 @@ mod list_model;
13
mod output_stream;
14
mod seekable;
15
mod socket_control_message;
16
+mod vfs;
17
18
pub use self::application::ArgumentList;
19
@@ -34,5 +35,6 @@ pub mod prelude {
34
35
output_stream::{OutputStreamImpl, OutputStreamImplExt},
36
seekable::{SeekableImpl, SeekableImplExt},
37
socket_control_message::{SocketControlMessageImpl, SocketControlMessageImplExt},
38
+ vfs::{VfsImpl, VfsImplExt},
39
};
40
}
0 commit comments