![]() |
XBPS Library API
0.19
The X Binary Package System
|
Repository pool index structure. More...
Data Fields | |
prop_dictionary_t | repod |
const char * | uri |
struct xbps_handle * | xhp |
Repository index object structure registered in a private simple queue. The structure contains a dictionary and the URI associated with the registered repository index.
Definition at line 1288 of file xbps_api.h.
repod |
Internalized proplib dictionary of the index plist file associated with repository.
Definition at line 1295 of file xbps_api.h.
Referenced by xbps_rindex_get_pkg(), xbps_rindex_get_virtualpkg(), and xbps_rpool_foreach().
uri |
URI string associated with repository.
Definition at line 1301 of file xbps_api.h.
Referenced by xbps_rindex_get_pkg(), xbps_rindex_get_virtualpkg(), and xbps_rpool_foreach().
xhp |
Pointer to our xbps_handle struct passed to xbps_rpool_foreach. (read-only).
Definition at line 1308 of file xbps_api.h.
Referenced by xbps_rindex_get_virtualpkg(), and xbps_rpool_foreach().