|
Data Structures |
| struct | cmd_options |
| | Common package command options structure. More...
|
Defines |
| #define | CMD_EXIST E(0) |
| | package already exists
|
| #define | CMD_NOTEX E(1) |
| | package does not exist
|
Functions |
| gint | cmd_install (const gchar *pkgfile, const struct cmd_options *opts, struct error *e) |
| | Install package.
|
| gint | cmd_upgrade (const gchar *pkgfile, const struct cmd_options *opts, struct error *e) |
| | Upgrade package.
|
| gint | cmd_remove (const gchar *pkgname, const struct cmd_options *opts, struct error *e) |
| | Remove package.
|
| gint | cmd_list (GSList *arglist, const struct cmd_options *opts, struct error *e) |
| | List packages.
|