Skip to content

Commit a806de5

Browse files
committed
gio: Export RegistrationBuilder from the crate root
It was not exported at all before. Fixes #1597
1 parent 8be11f2 commit a806de5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gio/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ mod dbus;
2828
pub use self::dbus::*;
2929
mod dbus_connection;
3030
pub use self::dbus_connection::{
31-
ActionGroupExportId, FilterId, MenuModelExportId, RegistrationId, SignalSubscriptionId,
32-
WatcherId,
31+
ActionGroupExportId, FilterId, MenuModelExportId, RegistrationBuilder, RegistrationId,
32+
SignalSubscriptionId, WatcherId,
3333
};
3434
mod dbus_message;
3535
mod dbus_method_invocation;

0 commit comments

Comments
 (0)