Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | qobject: Drop QObject_HEAD | Markus Armbruster | 2015-10-29 | 1 | -1/+1 |
| | | | | | | | | | | | | QObject_HEAD is a macro expanding into the common part of structs that are sub-types of QObject. It's always been just QObject base, and unlikely to change. Drop the macro, because the code is clearer with out it. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <1444918537-18107-2-git-send-email-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Reviewed-by: Luiz Capitulino <lcapitulino@redhat.com> | ||||
* | qstring: add qstring_get_length() | Luiz Capitulino | 2013-04-05 | 1 | -0/+1 |
| | | | | | | | | Long overdue. Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Acked-by: Gerd Hoffmann <kraxel@redhat.com> | ||||
* | qapi: move include files to include/qobject/ | Paolo Bonzini | 2012-12-19 | 1 | -0/+35 |
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> |