(GtkSignal.id -> bool) list ->
object ('a)
  val after : bool
  val mutable disconnectors : (GtkSignal.id -> bool) list
  method after : 'a
  method disconnect : GtkSignal.id -> unit
end