commit | 0d078b2adec72fd74b00defb260724b33e87e184 | [log] [tgz] |
---|---|---|
author | Luiz Capitulino <lcapitulino@redhat.com> | Mon Jun 07 16:53:51 2010 -0300 |
committer | Luiz Capitulino <lcapitulino@redhat.com> | Thu Jul 01 14:27:13 2010 -0300 |
tree | 6a3378fa0aa66c9a5b40526897584eb9dbd175b3 | |
parent | c8bc3cd72b4c530721d5be1bf9f599edb5d72160 [diff] |
QDict: Introduce functions to retrieve QDictEntry values Next commit will introduce a new QDict iteration API which returns QDictEntry entries, but we don't want users to directly access its members since QDictEntry should be private to QDict. In the near future this kind of data type will be turned into a forward reference. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com>