commands 226 lib/common/messages.c GHashTable *commands = g_hash_table_new(g_str_hash, g_str_equal); commands 232 lib/common/messages.c g_hash_table_insert(commands, (gpointer) handlers[i].command, commands 237 lib/common/messages.c g_hash_table_insert(commands, (gpointer) "", handlers[i].handler); commands 240 lib/common/messages.c return commands;