Irr
Irr

Reputation: 706

How to get text from VTE using PyGObject ( Gtk3 in Python)

In the Gnome documentation of vte is described the method get_text : vte_terminl_get_text.
Executing dir() on vte.Terminal ( Gtk2) I can see that the method get_text is available, instead in Vte.Terminal (Gtk3) that method doesn't exist.
Is there an alternative way to get text from vte?

Upvotes: 1

Views: 580

Answers (1)

gpoo
gpoo

Reputation: 8638

Unfortunately, it seems you hit a bug in Vte GObject Introspection binding.

Upvotes: 0

Related Questions