예제 #1
0
static VALUE
rg_default_emulation(VALUE self)
{
    return CSTR2RVAL(vte_terminal_get_default_emulation(_SELF(self)));
}
예제 #2
0
static VALUE
term_get_default_emulation(VALUE self)
{
    return CSTR2RVAL(vte_terminal_get_default_emulation(RVAL2TERM(self)));
}