Fixes bug 626580.
[CCode (type = "GtkWidget*", has_construct_function = false)]
public Menu ();
public void attach (Gtk.Widget child, uint left_attach, uint right_attach, uint top_attach, uint bottom_attach);
- public void attach_to_widget (Gtk.Widget attach_widget, Gtk.MenuDetachFunc detacher);
+ public void attach_to_widget (Gtk.Widget attach_widget, Gtk.MenuDetachFunc? detacher);
public void detach ();
public unowned Gtk.AccelGroup get_accel_group ();
public unowned string get_accel_path ();
[CCode (type = "GtkWidget*", has_construct_function = false)]
public Menu ();
public void attach (Gtk.Widget child, uint left_attach, uint right_attach, uint top_attach, uint bottom_attach);
- public void attach_to_widget (Gtk.Widget attach_widget, Gtk.MenuDetachFunc detacher);
+ public void attach_to_widget (Gtk.Widget attach_widget, Gtk.MenuDetachFunc? detacher);
public void detach ();
public unowned Gtk.AccelGroup get_accel_group ();
public unowned string get_accel_path ();
gtk_link_button_set_uri_hook.data hidden="1"
gtk_link_button_set_uri_hook.destroy hidden="1"
gtk_link_button_set_uri_hook type_name="void"
+gtk_menu_attach_to_widget.detacher nullable="1"
gtk_menu_get_for_attach_widget type_arguments="Menu"
gtk_menu_popup.data hidden="1"
gtk_menu_popup.func nullable="1"
gtk_link_button_set_uri_hook.data hidden="1"
gtk_link_button_set_uri_hook.destroy hidden="1"
gtk_link_button_set_uri_hook type_name="void"
+gtk_menu_attach_to_widget.detacher nullable="1"
gtk_menu_get_for_attach_widget type_arguments="Menu"
gtk_menu_popup.data hidden="1"
gtk_menu_popup.func nullable="1"