Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dnfdaemon: Fix issues with introspection files #1676

Closed
wants to merge 2 commits into from

Conversation

m-blaha
Copy link
Member

@m-blaha m-blaha commented Sep 5, 2024

Resolves: #1646
Resolves: #1665 (comment)

Changes:

dd04451 (Marek Blaha, 4 minutes ago)
daemon: Adjust signal argument types

It looks like the server is sending session_object_path argument as a
string, although it is declared as "object path" type. Changing to strings
to resolve runtime warnings on the client side. See
#1646 for details.

5fe2eae (Marek Blaha, 2 hours ago)
daemon: Fix missing direction for Goal.cancel()

It looks like the server is sending session_object_path argument as a
string, although it is declared as "object path" type.
Changing to strings to resolve runtime warnings on the client side.
See #1646 for
details.
@m-blaha m-blaha marked this pull request as draft September 6, 2024 08:36
@m-blaha
Copy link
Member Author

m-blaha commented Sep 6, 2024

Closed in favor of #1679

@m-blaha m-blaha closed this Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dnf5daemon: Mismatch in signals argument type
2 participants