Skip to content

Commit ea7130d

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

File tree

2 files changed

+469
-0
lines changed

2 files changed

+469
-0
lines changed

gio/src/subclass/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ mod list_model;
1111
mod output_stream;
1212
mod seekable;
1313
mod socket_control_message;
14+
mod vfs;
1415

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

@@ -30,5 +31,6 @@ pub mod prelude {
3031
output_stream::{OutputStreamImpl, OutputStreamImplExt},
3132
seekable::{SeekableImpl, SeekableImplExt},
3233
socket_control_message::{SocketControlMessageImpl, SocketControlMessageImplExt},
34+
vfs::{VfsImpl, VfsImplExt},
3335
};
3436
}

0 commit comments

Comments
 (0)