Display client name as window title.

This commit is contained in:
Daiki Ueno
2011-03-10 18:11:48 +09:00
parent cc9fb31e61
commit 4eb59ba7ed
3 changed files with 19 additions and 1 deletions

View File

@ -43,6 +43,9 @@ void server_context_set_client_connection
const gchar *client_connection);
const gchar *server_context_get_client_connection
(ServerContext *context);
void server_context_set_client_name
(ServerContext *context,
const gchar *client_name);
G_END_DECLS
#endif /* SERVER_CONTEXT_H */