libzypp
13.10.6
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
UserWantedPackages.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
15
#ifndef USER_WANTED_PACKAGES_H
16
#define USER_WANTED_PACKAGES_H
17
18
#include <set>
19
#include <string>
20
21
namespace
zypp
22
{
23
namespace
ui
24
{
40
std::set<std::string>
userWantedPackageNames
();
41
42
}
// namespace ui
43
}
// namespace zypp
44
45
#endif // USER_WANTED_PACKAGES_H
zypp::ui::userWantedPackageNames
set< string > userWantedPackageNames()
This returns a set of package names the user explicitly wanted to transact ( to install, to update, or to delete) for any of the following reasons:
Definition:
UserWantedPackages.cc:68
zypp
ui
UserWantedPackages.h
Generated by
1.8.5