Example #1
0
static VALUE
rg_allow_bold_p(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_allow_bold(_SELF(self)));
}
Example #2
0
static VALUE
term_get_allow_bold(VALUE self)
{
    return CBOOL2RVAL(vte_terminal_get_allow_bold(RVAL2TERM(self)));
}