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 10, 2024
1 parent 60854d8 commit 9e31f1e
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 @@ -29,8 +29,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 9e31f1e

Please sign in to comment.