Mailinglist Archive: zypp-devel (149 mails)
| < Previous | Next > |
Re: [zypp-devel] jippie - my pool gets listed! Q: nicer output ?
- From: "Jan-Simon Möller" <dl9pf@xxxxxx>
- Date: Fri, 5 Sep 2008 15:13:45 +0200
- Message-id: <200809051513.45191.dl9pf@xxxxxx>
Am Freitag 05 September 2008 14:14:57 schrieb Michael Andres:
But i need "Group" which is not available by this.
Could it be zypp/sat/ is missing in the bindings ?
std::string zypp::sat::Solvable::lookupStrAttribute( const SolvAttr & attr )
const
would give me access to the other values, right ?
Thanks!
Best regards,
Jan-Simon
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
PoolItem combines Solvable and Status:Right ... which is good ;)
item.resolvable() // Type zypp::ResObject_Ptr
item.resolvable().name()
item.resolvable().edition()
.arch()
.provides()
.summary()
.description()
.repoInfo()
...
But i need "Group" which is not available by this.
(see ResObject and Resolvable)I'll do :D.
This is how it should work, but currently the bindings are messed up
again. ;( I can't check if it realy does.
Could it be zypp/sat/ is missing in the bindings ?
std::string zypp::sat::Solvable::lookupStrAttribute( const SolvAttr & attr )
const
would give me access to the other values, right ?
Thanks!
Best regards,
Jan-Simon
--
To unsubscribe, e-mail: zypp-devel+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: zypp-devel+help@xxxxxxxxxxxx
| < Previous | Next > |