mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 21:03:54 -06:00
qlit: make qlit_equal_qobject return a bool
Make it more obvious about the expected return values. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20170825105913.4060-7-marcandre.lureau@redhat.com> Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
parent
60cc2eb7af
commit
d9eba57a6a
3 changed files with 17 additions and 17 deletions
|
@ -44,6 +44,6 @@ struct QLitDictEntry {
|
|||
#define QLIT_QLIST(val) \
|
||||
{ .type = QTYPE_QLIST, .value.qlist = (val) }
|
||||
|
||||
int qlit_equal_qobject(QLitObject *lhs, QObject *rhs);
|
||||
bool qlit_equal_qobject(QLitObject *lhs, QObject *rhs);
|
||||
|
||||
#endif /* QLIT_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue