Class
BirbReadline
since: 0.9
Description [src]
final class Birb.Readline : GObject.Object
{
/* No available fields */
}
A GNU Readline like implementation.
A BirbReadline can be created with birb_readline_new(). Calling
birb_readline_read_stdin_async() or birb_readline_read_stream_async()
will read input from the stream until a new-line \n is found. When the
new-line is found, the callback will be called and
birb_readline_read_stream_finish() should be called to get the result.
Available since: 0.9
Instance methods
birb_readline_read_stdin_async
Calls birb_readline_read_stream_async() with STDIN as the stream.
since: 0.9
Signals
Signals inherited from GObject (1)
GObject::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.