예제 #1
0
static VALUE
rg_audible_bell_p(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_audible_bell(_SELF(self)));
}
예제 #2
0
static VALUE
term_get_audible_bell(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_audible_bell(RVAL2TERM(self)));
}