Home | History | Annotate | Download | only in dbus

Lines Matching full:proxy

1744 	* glib/dbus-gproxy.c: Put in a pile of assertions that the proxy name
2769 python/examples/gconf-proxy-service.py,
2770 python/examples/gconf-proxy-service2.py: Update to use gobject
3307 (dbus_g_proxy_call): protect against NULL proxy.
3623 Fix a leak when calling methods via the proxy.
3744 * python/examples/gconf-proxy-service.py,
3745 python/examples/gconf-proxy-service2.py: TODO fix these up
4085 internal proxy for calls to the bus. Remove
4086 pending_nameowner_calls, now the internal proxy keeps track.
4087 (dbus_g_proxy_manager_unref): Unref bus proxy, remove reference to
4093 favor of using internal proxy.
4110 internal bus proxy.
4271 every proxy. Add unassociated_proxies which keeps track of name
4286 all NameOwnerChanged. Also if the proxy is for a name, if we
4290 (dbus_g_proxy_manager_unregister): If this proxy is for a name,
4296 (dbus_g_proxy_new_for_name): Delete unused proxy variable.
4299 dbus_g_proxy_end_call_internal. Useful when we don't have a proxy
4317 (dbus_g_proxy_new_for_name_owner): Create a name proxy.
5381 * mono/ProxyBuilder.cs: Add a finalizer to the generated proxy
5383 service object. Fixes a big leak of proxy objects on the
6380 (dbus_g_proxy_dispose): move proxy manager unregistration here
8056 * python/examples/gconf-proxy-service.py:
8057 * python/examples/gconf-proxy-service2.py:
8261 * python/examples/gconf-proxy-service.py:
8262 * python/examples/gconf-proxy-service2.py:
8264 Alternate implementation of gconf-proxy-service using the
8316 * python/examples/gconf-proxy-client.py:
8317 * python/examples/gconf-proxy-service.py:
8319 Implement a simple GConf proxy service that supports
8755 for signals too, also on both proxy and server side.
9259 empty proxy lists from the proxy list hash
9537 proxy; you now need a separate proxy per-thread, or your own
9538 locking on the proxy. Probably right anyway.
9573 implementing the proxy manager, didn't get very far.
9960 * dbus/dbus-gproxy.c: start on proxy object used to communicate