]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gtk+-2.0, gtk+-3.0: UIManager.add_ui action param should be nullable
authorSimon Wenner <simon@wenner.ch>
Thu, 28 Jul 2011 21:17:43 +0000 (23:17 +0200)
committerEvan Nemerson <evan@coeus-group.com>
Fri, 29 Jul 2011 05:49:19 +0000 (22:49 -0700)
vapi/gtk+-2.0.vapi
vapi/gtk+-3.0.vapi
vapi/packages/gtk+-2.0/gtk+-2.0.metadata
vapi/packages/gtk+-3.0/gtk+-3.0.metadata

index 3d0a6ab94c211da565cdde1b7dac3033941e672b..243502f159594af1b34625706e2ea4c701438ead 100644 (file)
@@ -5371,7 +5371,7 @@ namespace Gtk {
        public class UIManager : GLib.Object, Gtk.Buildable {
                [CCode (has_construct_function = false)]
                public UIManager ();
-               public void add_ui (uint merge_id, string path, string name, string action, Gtk.UIManagerItemType type, bool top);
+               public void add_ui (uint merge_id, string path, string name, string? action, Gtk.UIManagerItemType type, bool top);
                public uint add_ui_from_file (string filename) throws GLib.Error;
                public uint add_ui_from_string (string buffer, ssize_t length) throws GLib.Error;
                public void ensure_update ();
index dde6a72176b184a32200379747e3e81d7146cdbe..396e39cc4050214de0615ed0b9980499754f7725 100644 (file)
@@ -5205,7 +5205,7 @@ namespace Gtk {
        public class UIManager : GLib.Object, Gtk.Buildable {
                [CCode (has_construct_function = false)]
                public UIManager ();
-               public void add_ui (uint merge_id, string path, string name, string action, Gtk.UIManagerItemType type, bool top);
+               public void add_ui (uint merge_id, string path, string name, string? action, Gtk.UIManagerItemType type, bool top);
                public uint add_ui_from_file (string filename) throws GLib.Error;
                public uint add_ui_from_string (string buffer, ssize_t length) throws GLib.Error;
                public void ensure_update ();
index 057c948c730517c9db4fed2551a79066843895fa..5aa68badc5455509232cb5d7d4b7478a83a38e55 100644 (file)
@@ -829,6 +829,7 @@ gtk_tree_view_column_set_attributes ellipsis="1"
 gtk_tree_view_column_set_model.model nullable="1"
 GtkTreeViewSearchEqualFunc hidden="1"
 gtk_true hidden="1"
+gtk_ui_manager_add_ui.action nullable="1"
 gtk_ui_manager_get_action_groups type_arguments="ActionGroup"
 gtk_ui_manager_get_toplevels transfer_ownership="1" type_arguments="unowned Widget"
 gtk_ui_manager_new_merge_id hidden="1"
index 3543395b578bb9317d320c4d0ceef4c10df0315a..a6cae9ff7ae881c1ea84618b3b72cda835bba28f 100644 (file)
@@ -913,6 +913,7 @@ gtk_tree_view_column_set_attributes ellipsis="1"
 gtk_tree_view_column_set_model.model nullable="1"
 GtkTreeViewSearchEqualFunc hidden="1"
 gtk_true hidden="1"
+gtk_ui_manager_add_ui.action nullable="1"
 gtk_ui_manager_get_action_groups type_arguments="ActionGroup"
 gtk_ui_manager_get_toplevels transfer_ownership="1" type_arguments="unowned Widget"
 gtk_ui_manager_new_merge_id hidden="1"