96
96
private void get_fields_callback (Session session, Message msg) {
97
97
var operation = pending_operations.get (msg);
100
99
if (msg.status_code != KnownStatusCode.OK) {
101
100
async_operation_emit (operation, new Gee.HashMap<string, string> (str_hash, str_equal, str_equal));