Skip to content

Commit 056b4a5

Browse files
committed
Add gio::Vfs subclass
Signed-off-by: fbrouille <[email protected]>
1 parent 63875ab commit 056b4a5

File tree

5 files changed

+459
-2
lines changed

5 files changed

+459
-2
lines changed

gio/src/subclass/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod list_model;
1212
mod output_stream;
1313
mod seekable;
1414
mod socket_control_message;
15+
mod vfs;
1516

1617
pub use self::application::ArgumentList;
1718

@@ -32,5 +33,6 @@ pub mod prelude {
3233
output_stream::{OutputStreamImpl, OutputStreamImplExt},
3334
seekable::{SeekableImpl, SeekableImplExt},
3435
socket_control_message::{SocketControlMessageImpl, SocketControlMessageImplExt},
36+
vfs::{VfsImpl, VfsImplExt},
3537
};
3638
}

0 commit comments

Comments
 (0)