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

Add/fix documentation for rpm::PackageQuery methods #1475

Merged

Conversation

jrohel
Copy link
Contributor

@jrohel jrohel commented May 9, 2024

Closes #1320

@m-blaha m-blaha self-assigned this May 13, 2024
Copy link
Member

@m-blaha m-blaha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

void filter_installed();

/// Filter available packages.
///
/// Removes from the query all packages that are installed.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, I like the way how you dealt with definition of what "available package" actually means.

@m-blaha m-blaha added this pull request to the merge queue May 13, 2024
Merged via the queue into rpm-software-management:main with commit bd820c4 May 13, 2024
15 of 19 checks passed
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.

Some filters in rpm/package_query.hpp are not documented
2 participants