Add comments.

This commit is contained in:
Daiki Ueno
2011-03-03 14:01:51 +09:00
parent 8b632356e9
commit b25a9a5407
4 changed files with 5 additions and 0 deletions

View File

@ -381,6 +381,7 @@ eekboard_context_new (GDBusConnection *connection,
return NULL;
}
/* the vanished callback is called when the server is disconnected */
g_bus_watch_name_on_connection (connection,
name_owner,
G_BUS_NAME_WATCHER_FLAGS_NONE,

View File

@ -155,6 +155,7 @@ eekboard_eekboard_new (GDBusConnection *connection,
return NULL;
}
/* the vanished callback is called when the server is disconnected */
g_bus_watch_name_on_connection (connection,
name_owner,
G_BUS_NAME_WATCHER_FLAGS_NONE,