Gtk.Plug.prototype.construct

function construct(socket_id:xlib.Window):void {
    // Gjs wrapper for gtk_plug_construct()
}

Finish the initialization of plug for a given Gtk.Socket identified by socket_id. This function will generally only be used by classes deriving from Gtk.Plug.

socket_id

the XID of the socket's window.