Hi, I noticed a small typo in gimpruler.c on the gtk3-port branch:
g_object_class_install_property (object_class,
PROP_LOWER,
gimp_param_spec_unit ("unit",
it should of course be PROP_UNIT.
John