object
  method activate_proposal : callback:(unit -> unit) -> GtkSignal.id
  method private virtual connect :
    'b.
      ([> `sourcecompletion ] as 'a, 'b) GtkSignal.t ->
      callback:'-> GtkSignal.id
  method hide : callback:(unit -> unit) -> GtkSignal.id
  method move_cursor :
    callback:(GtkEnums.scroll_step -> int -> unit) -> GtkSignal.id
  method move_page :
    callback:(GtkEnums.scroll_step -> int -> unit) -> GtkSignal.id
  method private virtual notify :
    'b. ('a, 'b) Gobject.property -> callback:('-> unit) -> GtkSignal.id
  method notify_accelerators : callback:(int -> unit) -> GtkSignal.id
  method notify_auto_complete_delay : callback:(int -> unit) -> GtkSignal.id
  method notify_proposal_page_size : callback:(int -> unit) -> GtkSignal.id
  method notify_provider_page_size : callback:(int -> unit) -> GtkSignal.id
  method notify_remember_info_visibility :
    callback:(bool -> unit) -> GtkSignal.id
  method notify_select_on_show : callback:(bool -> unit) -> GtkSignal.id
  method notify_show_headers : callback:(bool -> unit) -> GtkSignal.id
  method notify_show_icons : callback:(bool -> unit) -> GtkSignal.id
  method show : callback:(unit -> unit) -> GtkSignal.id
end