Clear all input contexts associated with disconnected client.

This commit is contained in:
Daiki Ueno
2011-02-23 13:15:39 +09:00
parent 5fd8477a21
commit 3f7562809e
3 changed files with 53 additions and 24 deletions

View File

@ -38,6 +38,11 @@ ServerContext *server_context_new (const gchar *object_path,
GDBusConnection *connection);
void server_context_set_enabled (ServerContext *context,
gboolean enabled);
void server_context_set_client_connection
(ServerContext *context,
const gchar *client_connection);
const gchar *server_context_get_client_connection
(ServerContext *context);
G_END_DECLS
#endif /* SERVER_CONTEXT_H */