InfGtkIo
GObject ╰── InfGtkIo
InfGtkIo implements InfIo.
InfGtkIo * inf_gtk_io_new (void);
void
Creates a new InfGtkIo.
A new InfGtkIo. Free with g_object_unref() when no longer needed.
g_object_unref()
struct InfGtkIo;
struct InfGtkIoClass { GObjectClass parent_class; };