vte-sharpGtk# is thread aware, but not thread safe; See the Gtk# Thread Programming for details.GLib.ObjectA singleton object which catches SIGCHLD signals and converts them into GObject-style "child-exited" signals.Because an application may need to be notified when child processes exit, and because there is only one SIGCHLD handler, the widget relies on a to watch for SIGCHLD notifications and retrieve the exit status of child processes which have exited.ConstructorTo be addedTo be addedConstructor
a Protected Constructor.Chain to this constructor if you have manually registered a native value for your subclass.System.ObsoleteConstructor
a Internal constructorThis is not typically used by C# code.EventVte.ChildExitedHandlerTo be addedTo be addedGLib.Signal("child-exited")MethodVte.ReaperFinds the address of the global object, creating the object if necessary.a To be addedPropertyGLib.GTypeGType Property.a Returns the native value for .MethodSystem.Void
a
a Default handler for the event.Override this method in a subclass to provide a default handler for the event.GLib.DefaultSignalHandler(ConnectionMethod="OverrideChildExited", Type=typeof(Vte.Reaper))