GtkScintilla::can_redo

int can_redo(void);

Can Redo returns wheather "Redo" Operation may be done or not.

if ($scintilla->can_redo())
{
    // there are something to be "redone"...
}