Skip to content

Commit ce47c8b

Browse files
committed
Add gio::Vfs subclass
Signed-off-by: fbrouille <[email protected]>
1 parent e363f65 commit ce47c8b

File tree

2 files changed

+388
-0
lines changed

2 files changed

+388
-0
lines changed

gio/src/subclass/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ mod list_model;
1313
mod output_stream;
1414
mod seekable;
1515
mod socket_control_message;
16+
mod vfs;
1617

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

@@ -34,5 +35,6 @@ pub mod prelude {
3435
output_stream::{OutputStreamImpl, OutputStreamImplExt},
3536
seekable::{SeekableImpl, SeekableImplExt},
3637
socket_control_message::{SocketControlMessageImpl, SocketControlMessageImplExt},
38+
vfs::{VfsImpl, VfsImplExt},
3739
};
3840
}

0 commit comments

Comments
 (0)