Ensure that the Introspect method will not be considered a signal

in the automatically added Introspectable interface.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/30/head
Slávek Banko 1 year ago
parent aeb70101ef
commit 36de09db63
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

@ -311,6 +311,7 @@ int main(int argc, char** argv)
Method method;
method.name = "Introspect";
method.type = Method::_Method;
method.noReply = false;
method.async = false;

Loading…
Cancel
Save