class virtual source_completion_item_props :object
..end
val virtual obj : [> `sourcecompletionproposal ] Gobject.obj
method set_icon : GdkPixbuf.pixbuf -> unit
method set_info : string -> unit
method set_label : string -> unit
method set_markup : string -> unit
method set_text : string -> unit
method icon : GdkPixbuf.pixbuf
method info : string
method label : string
method markup : string
method text : string