New: GTK+ IC retries connection when failing
authorJon Nordby <jonn@openismus.com>
Tue, 1 Nov 2011 17:55:44 +0000 (18:55 +0100)
committerJon Nordby <jonn@openismus.com>
Mon, 7 Nov 2011 15:33:14 +0000 (16:33 +0100)
commit04b7b8ac3160b8a042e63b2ea2c72464ef74a37b
treef28dc85b8a92a6413332e587658716a19e57c786
parent2355e1bf54169034ab80c9432ddb85779daf2b7a
New: GTK+ IC retries connection when failing

RevBy: Michael Hasselmann
Creation of MeegoIMProxy and MeegoIMContextDbusObj singletons
now always succeeds, and is separate from connecting to DBus.

Each class using DBus has a _connect() method which will connect
to a given DBusGConnection. Maintaining the connection and calling
_connect() on these objects is the reponsiblity of the new
MeegoImConnector class.
gtk-input-context/client-gtk/client-imcontext-gtk.c
gtk-input-context/client-gtk/client-imcontext-gtk.h
gtk-input-context/src/meego-im-connector.c [new file with mode: 0644]
gtk-input-context/src/meego-im-connector.h [new file with mode: 0644]
gtk-input-context/src/meego-im-proxy.c
gtk-input-context/src/meego-im-proxy.h
gtk-input-context/src/meego-imcontext-dbus.c
gtk-input-context/src/meego-imcontext-dbus.h
gtk-input-context/src/src.pro