Class: Poppler::ActionAny

Inherits:
Action
  • Object
show all
Defined in:
ext/poppler/rbpoppler-action.c

Instance Method Summary collapse

Instance Method Details

#typeObject

PopplerActionAny



63
64
65
66
67
# File 'ext/poppler/rbpoppler-action.c', line 63

static VALUE
action_any_type(VALUE self)
{
    return ACTION_TYPE2RVAL(RVAL2POPPLER_ACTION(self)->type);
}