XBPS Library API  0.19
The X Binary Package System
Functions
Package URL metadata files handling

Functions

prop_dictionary_t xbps_get_pkg_plist_from_binpkg (const char *fname, const char *plistf)
 

Detailed Description

Function Documentation

prop_dictionary_t xbps_get_pkg_plist_from_binpkg ( const char *  fname,
const char *  plistf 
)

Internalizes a plist file in a binary package file stored locally or remotely as specified in fname.

Parameters
[in]fnameFull URL to binary package file (local or remote path).
[in]plistfPlist file name to internalize.
Returns
An internalized proplib dictionary, otherwise NULL and errno is set appropiately.

Definition at line 149 of file plist_fetch.c.

Referenced by xbps_rpool_get_pkg_plist().

+ Here is the caller graph for this function: