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 ();
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 ();
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"
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"