rpm-ostree/doc/rpmostree-sections.txt
Matthew Barnes 03b886dae0 lib: Add rpm_ostree_package_cmp()
Equivalent to hy_package_cmp(), but works for comparing packages from
different memory pools.

This a stop gap measure in light of
https://github.com/rpm-software-management/hawkey/pull/90

If and when that pull request gets merged, then this function could at
some later point simply call hy_package_cmp().
2015-05-13 11:31:30 -04:00

16 lines
311 B
Plaintext

<SECTION>
<FILE>librpmostree-dbquery</FILE>
rpm_ostree_db_query
</SECTION>
<SECTION>
<FILE>librpmostree-package</FILE>
RpmOstreePackage
rpm_ostree_package_get_type
rpm_ostree_package_get_name
rpm_ostree_package_get_evr
rpm_ostree_package_get_arch
rpm_ostree_package_get_nevra
rpm_ostree_package_cmp
</SECTION>