Method
GioDBusProxyset_interface_info
since: 2.26
Declaration [src]
void
g_dbus_proxy_set_interface_info (
  GDBusProxy* proxy,
  GDBusInterfaceInfo* info
)
Description [src]
Ensure that interactions with proxy conform to the given
interface. See the GDBusProxy:g-interface-info property for more details.
Available since: 2.26
Parameters
- info
- 
            Type: GDBusInterfaceInfoMinimum interface this proxy conforms to or NULLto unset.The argument can be NULL.The data is owned by the caller of the method.