static void RowDeleted_cb(IntPtr inst, IntPtr path) { try { Gtk.TreeModelFilter __obj = GLib.Object.GetObject(inst, false) as Gtk.TreeModelFilter; __obj.OnRowDeleted(path == IntPtr.Zero ? null : (Gtk.TreePath)GLib.Opaque.GetOpaque(path, typeof(Gtk.TreePath), false)); } catch (Exception e) { GLib.ExceptionManager.RaiseUnhandledException(e, false); } }