BPackageInfo: Add Matches()

Checks whether the package satisfies the given
BPackageResolvableExpression.
This commit is contained in:
Ingo Weinhold
2013-08-28 00:36:28 +02:00
parent 48e17c15bc
commit bc0491ae52
2 changed files with 24 additions and 0 deletions
+3
View File
@@ -105,6 +105,9 @@ public:
BString CanonicalFileName() const;
bool Matches(const BPackageResolvableExpression&
expression) const;
void SetName(const BString& name);
void SetSummary(const BString& summary);
void SetDescription(const BString& description);