/* * call-seq: * hint_double( key, val ) * * key = The hint * * val = The hint's value * * Sets a hint with a double value */ static VALUE notification_set_hint_double( VALUE self, VALUE key, VALUE val ) {