]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtksourceview-2.0: Fix gtk_source_completion_proposal_get_* bindings
authorJürg Billeter <j@bitron.ch>
Wed, 29 Dec 2010 19:58:18 +0000 (20:58 +0100)
committerJürg Billeter <j@bitron.ch>
Wed, 29 Dec 2010 19:58:18 +0000 (20:58 +0100)
vapi/gtksourceview-2.0.vapi
vapi/packages/gtksourceview-2.0/gtksourceview-2.0.metadata

index 899983ca5d6c946f8f20b81d1780cd5551b20d12..0e203218b2bdf5939f11ef6cb840bc186968a790 100644 (file)
@@ -416,10 +416,10 @@ namespace Gtk {
        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 ();
index 3dbee0169d15eba165c53a3873ed24716a5702a6..c68c6c3489c3a702dd03ab461073cc37b51bb8f2 100644 (file)
@@ -22,6 +22,10 @@ gtk_source_completion_provider_get_name transfer_ownership="1"
 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"