GNOME Bugzilla – Bug 695329
start_editing event argument should be nullable
Last modified: 2018-05-22 14:43:13 UTC
gtk actually passes NULL to these functions under some circumstances.
Is this about Gtk.CellEditable.start_editing or Gtk.CellRender.start_editing? Both? Something else?
Sorry, seems like I never attached a patch. It refers to GtkCellEditable: https://developer.gnome.org/gtk3/stable/GtkCellEditable.html#gtk-cell-editable-start-editing "event is the GdkEvent that began the editing process. It may be NULL, in the instance that editing was initiated through programatic means."
Created attachment 257080 [details] [review] patch
Review of attachment 257080 [details] [review]: Thanks for your patch. However, gtk+-3.0.vapi is auto generated: cd vapi/ && make gtk+-3.0 . To change the vapi we usually use a metadata that is located under vapi/packages/gtk+-3.0 .
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/vala/issues/361.