summaryrefslogtreecommitdiffstats
path: root/include/authz/list.h
diff options
context:
space:
mode:
authorEduardo Habkost2020-08-31 23:07:40 +0200
committerEduardo Habkost2020-09-09 15:27:11 +0200
commit1ff5adfa5bad905e36bb7eff5e436e26793f111f (patch)
treef41ea648acc321c7839b32ed2797946bce0a7ee3 /include/authz/list.h
parentUse OBJECT_DECLARE_TYPE where possible (diff)
downloadqemu-1ff5adfa5bad905e36bb7eff5e436e26793f111f.tar.gz
qemu-1ff5adfa5bad905e36bb7eff5e436e26793f111f.tar.xz
qemu-1ff5adfa5bad905e36bb7eff5e436e26793f111f.zip
Use OBJECT_DECLARE_SIMPLE_TYPE when possible
Generated using: $ ./scripts/codeconverter/converter.py -i \ --pattern=ObjectDeclareType $(git grep -l '' -- '*.[ch]') Reviewed-by: Daniel P. Berrangé <berrange@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com> Message-Id: <20200831210740.126168-19-ehabkost@redhat.com> Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
Diffstat (limited to 'include/authz/list.h')
-rw-r--r--include/authz/list.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/include/authz/list.h b/include/authz/list.h
index e4e1040472..5676bb375c 100644
--- a/include/authz/list.h
+++ b/include/authz/list.h
@@ -27,8 +27,8 @@
#define TYPE_QAUTHZ_LIST "authz-list"
-OBJECT_DECLARE_TYPE(QAuthZList, QAuthZListClass,
- qauthz_list, QAUTHZ_LIST)
+OBJECT_DECLARE_SIMPLE_TYPE(QAuthZList, qauthz_list,
+ QAUTHZ_LIST, QAuthZClass)
@@ -68,9 +68,6 @@ struct QAuthZList {
};
-struct QAuthZListClass {
- QAuthZClass parent_class;
-};
QAuthZList *qauthz_list_new(const char *id,