GtkScintilla::can_paste

int can_paste(void);

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

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