Skip to content

Commit

Permalink
Merge pull request #1598 from sdroege/gio-registration-builder
Browse files Browse the repository at this point in the history
gio: Export `RegistrationBuilder` from the crate root
  • Loading branch information
sdroege authored Dec 10, 2024
2 parents 60854d8 + 9e31f1e commit 290a41e
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 290a41e

Please sign in to comment.