示例#1
0
static VALUE
rg_visible_bell_p(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_visible_bell(_SELF(self)));
}
示例#2
0
static VALUE
term_get_visible_bell(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_visible_bell(RVAL2TERM(self)));
}