]> 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 13:39:17 +0000 (14:39 +0100)
Fixes bug 740116

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

index d07f765083ba46ed5cdfa23053dd84960d940019..3448f70d61bfc5978d968ad1566c0c6ef7fe3ea6 100644 (file)
@@ -3766,7 +3766,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 ac1128e4de2eed8b14611d0da538bd605d389183..3b35143388e19600cf83e013b746ab09cd02a0e0 100644 (file)
@@ -789,6 +789,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"