~brandontschaefer/nux/remove-gconf-ibus-1.5

1
2
3
4
5
6
7
8
#include <glib.h>

gint64 g_fake_monotonic_time = 0;

gint64 g_get_monotonic_time()
{
  return g_fake_monotonic_time;
}