]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-3.0: Mark gtk_popover_bind_model args as nullable
authorZeeshan Ali (Khattak) <zeeshanak@gnome.org>
Fri, 14 Nov 2014 13:05:28 +0000 (13:05 +0000)
committerLuca Bruno <luca.bruno@immobiliare.it>
Fri, 14 Nov 2014 14:00:39 +0000 (15:00 +0100)
Fixes bug 740116

vapi/gtk+-3.0.vapi
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 8c6d36101b764ca6a93f73747f8678c77abe5864..af1d8d150ed452e3e9b30a08050613ca3a5a3f02 100644 (file)
@@ -3705,7 +3705,7 @@ namespace Gtk {
        public class Popover : Gtk.Bin, Atk.Implementor, Gtk.Buildable {
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Popover (Gtk.Widget relative_to);
-               public void bind_model (GLib.MenuModel model, string action_namespace);
+               public void bind_model (GLib.MenuModel? model, string? action_namespace);
                [CCode (has_construct_function = false, type = "GtkWidget*")]
                public Popover.from_model (Gtk.Widget relative_to, GLib.MenuModel model);
                public bool get_modal ();
index 420a3a7eaeae5ebf724b4213a17fb69f260f4a4e..8fd9e70a7d84724f1c5d84c6a0d392fb766eb37a 100644 (file)
@@ -784,6 +784,8 @@ GtkPlacesSidebar::show_enter_location hidden="1"
 GtkPlacesSidebar::show_connect_to_server hidden="1"
 GtkPlug::embedded hidden="1"
 gtk_popover_get_pointing_to.rect is_out="1"
+gtk_popover_bind_model.model nullable="1"
+gtk_popover_bind_model.action_namespace nullable="1"
 gtk_print_context_create_pango_context transfer_ownership="1"
 gtk_print_context_create_pango_layout transfer_ownership="1"
 gtk_print_context_get_hard_margins.top is_out="1"