#include <packman.h>
#include <packman.h>
Go to the source code of this file.
Functions | |
PmPackage * | pmPackageRead (const char *filename, PmAccessMode mode) |
Opens a package from a file. | |
PmStatus | pmPackageExtractFile (PmPackage *package, const char *archivePath, const char *fsPath) |
Extracts a single file from an archive. | |
PmStatus | pmPackageExtractAll (PmPackage *package) |
Extracts the entire archive. | |
void | pmPackageUpdateProgress (PmPackage *package) |
Updates the progress of a package's installation or uninstallation. |
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details.
You should have received a copy of the GNU Library General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
Extracts the entire archive.
|
|
Extracts a single file from an archive.
|
|
Opens a package from a file.
|
|
Updates the progress of a package's installation or uninstallation.
|