Code review comment for lp:~rainct/nautilus/nautilus-zg

Revision history for this message
Michal Hruby (mhr3) wrote :

43 + zeitgeist_log_insert_events_no_reply (log, event, NULL);

Is this running in the main thread or some worker?

182 + while (g_hash_table_iter_next (&iter, (void **) &file, (void **) &done)) {

Why the (void**) cast?

Nice job on the tests, but could we use the dbus-test-runner now that it works?

review: Needs Information

« Back to merge proposal