Skip to content

Commit

Permalink
gio: Export RegistrationBuilder from the crate root
Browse files Browse the repository at this point in the history
It was not exported at all before.

Fixes #1597
  • Loading branch information
sdroege committed Dec 16, 2024
1 parent 8be11f2 commit a806de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gio/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ mod dbus;
pub use self::dbus::*;
mod dbus_connection;
pub use self::dbus_connection::{
ActionGroupExportId, FilterId, MenuModelExportId, RegistrationId, SignalSubscriptionId,
WatcherId,
ActionGroupExportId, FilterId, MenuModelExportId, RegistrationBuilder, RegistrationId,
SignalSubscriptionId, WatcherId,
};
mod dbus_message;
mod dbus_method_invocation;
Expand Down

0 comments on commit a806de5

Please sign in to comment.