[ CCode ( type_id = "ibus_proxy_get_type ()" ) ]
public class Proxy : DBusProxy, AsyncInitable, DBusInterface, Initable
An IBusProxy is the base of all proxy objects, which communicate the corresponding Services on the other end of IBusConnection.
For example, IBus clients (such as editors, web browsers) invoke the proxy object, IBusInputContext to communicate with the InputContext service of the ibus-daemon.
Almost all services have corresponding proxies, except very simple services.