GObject.Object
Vte.Pty
Import line: | Vte = imports.gi.Vte; |
GIR File: | Vte-2.90.gir |
C documentation: | VtePty |
Class : | Pty |
Implements: | Gio.Initable |
Extends: | GObject.Object |
Properties | Defined By | |
---|---|---|
fd : gint32
|
Vte.Pty | |
term : String
|
Vte.Pty |
Method / Constructor | Defined By | |
---|---|---|
new Vte.Pty
(Object properties)
Create a new Vte.Pty
Create a new Vte.Pty
|
||
Create a new Vte.Pty
Create a new Vte.Pty
|
||
Vte.Pty.error_quark
()
:
guint32
|
Vte.Pty | |
child_setup
()
:
none
|
Vte.Pty | |
close
()
:
none
|
Vte.Pty | |
get_fd
()
:
gint32
|
Vte.Pty | |
Vte.Pty | ||
init
(Cancellable cancellable)
:
gboolean
Initializes the object implementing the interface.
Initializes the object implementing the interface. This must be
done before any real use of the object after initial construction. Implementations may also support cancellation. If cancellable is not NULL, then initialization can be cancelled by triggering the cancellable object from another thread. If the operation was cancelled, the error G_IO_ERROR_CANCELLED will be returned. If cancellable is not NULL and the object doesn't support cancellable initialization the error G_IO_ERROR_NOT_SUPPORTED will be returned. If this function is not called, or returns with an error then all operations on the object should fail, generally returning the error G_IO_ERROR_NOT_INITIALIZED. Implementations of this method must be idempotent, i.e. multiple calls to this function with the same argument should return the same results. Only the first call initializes the object, further calls return the result of the first call. This is so that its safe to implement the singleton pattern in the GObject constructor function. return FALSE and set error appropriately if present.
|
Gio.Initable | |
Vte.Pty | ||
set_term
(String emulation)
:
none
|
Vte.Pty | |
Vte.Pty |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
Vte.Terminal
Property |
pty_object : Vte.Pty
|
Vte.Terminal
Method |
get_pty_object
()
:
Vte.Pty
|
Vte.Terminal
Method |
|
Vte.Terminal
Method |
set_pty_object
(Pty pty)
:
none
|