summaryrefslogtreecommitdiff
path: root/doc/libsolv-pool.txt
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2018-11-30 12:41:03 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2018-11-30 12:41:03 +0900
commit5390c526e6b93e97d269cb8a75a699631e5bb189 (patch)
tree75d74f268fe299d720eade139b5d3e67ee05420e /doc/libsolv-pool.txt
parent593cf72349c7de430751446480779582c63902f5 (diff)
downloadlibsolv-5390c526e6b93e97d269cb8a75a699631e5bb189.tar.gz
libsolv-5390c526e6b93e97d269cb8a75a699631e5bb189.tar.bz2
libsolv-5390c526e6b93e97d269cb8a75a699631e5bb189.zip
Imported Upstream version 0.6.31upstream/0.6.31
Change-Id: I6009e95508e9937392b83a003dab4f30cf3a9b1b Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'doc/libsolv-pool.txt')
-rw-r--r--doc/libsolv-pool.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/libsolv-pool.txt b/doc/libsolv-pool.txt
index cc7707a..6014720 100644
--- a/doc/libsolv-pool.txt
+++ b/doc/libsolv-pool.txt
@@ -606,6 +606,16 @@ packages, _idqinst_ for the latter one. This information can be stored in
the meta section of the repositories to speed up the next time the
repository is loaded and addfileprovides is called
+ void pool_set_whatprovides(pool, Id id, Id offset);
+
+Manually set an entry in the whatprovides index. You'll never do this for
+package dependencies, as those entries are created by calling the
+pool_createwhatprovides() function. But this function is useful for
+namespace provides if you do not want to use a namespace callback to
+lazily set the provides. The offset argument is a offset in the
+whatprovides array, thus you can use ``1'' as a false value and ``2''
+as true value.
+
void pool_flush_namespaceproviders(Pool *pool, Id ns, Id evr);
Clear the cache of the providers for namespace dependencies matching