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