Return whether this proxy is known to have a particular interface, by its quark ID.
This is equivalent to using to_string followed by has_interface, but more efficient.
this |
the Proxy (or subclass) |
iface |
quark representing the D-Bus interface required |
|