public interface SourceCompletionProposal : GLib.Object {
public virtual bool equal (Gtk.SourceCompletionProposal other);
public virtual unowned Gdk.Pixbuf get_icon ();
- public virtual unowned string get_info ();
- public virtual unowned string get_label ();
- public virtual unowned string get_markup ();
- public virtual unowned string get_text ();
+ public abstract string get_info ();
+ public abstract string get_label ();
+ public abstract string get_markup ();
+ public abstract string get_text ();
public virtual uint hash ();
[HasEmitter]
public signal void changed ();
gtk_source_completion_provider_get_info_widget nullable="1"
GtkSourceCompletionProposal::changed has_emitter="1"
GtkSourceCompletionProposal::show has_emitter="1"
+gtk_source_completion_proposal_get_info transfer_ownership="1"
+gtk_source_completion_proposal_get_label transfer_ownership="1"
+gtk_source_completion_proposal_get_markup transfer_ownership="1"
+gtk_source_completion_proposal_get_text transfer_ownership="1"
GtkSourceContextData hidden="1"
GtkSourceContextEngine hidden="1"
GtkSourceContextReplace hidden="1"